Inspect and view changes in Engage86 AI Prospect Profiler source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Engage86 AI Prospect Profiler - XB",
"description": "The Engage86 app analyzes LinkedIn or Sales Navigator contacts and uses advanced AI",
"version": "1.6",
"permissions": [
"https://secure.flickr.com/",
"https://maxcdn.bootstrapcdn.com/",
"https://samanya.tech/*",
"*://*.linkedin.com/*",
"storage"
],
"content_security_policy": "script-src 'self' https://example.com; object-src 'self'; ",
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*://*.linkedin.com/*"
],
"js": [
"content.js",
"js/jquery.min.js",
"popupInjection.js"
],
"all_frames": false
}
],
"browser_action": {
"default_icon": "img/128_128_Logo.png",
"default_title": "NeuronLeaders Engage86",
"icons": {
"16": "img/16_16_Logo.png",
"48": "img/48_48_Logo.png",
"128": "img/128_128_Logo.png"
}
}
}