Inspect and view changes in Lead Camp 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"background": {
"service_worker": "background-worker.js",
"persitant": true
},
"action": {
"default_icon": {
"16": "icon/icon-16x16.png"
},
"default_popup": "popup.html",
"default_title": "Lead Camp"
},
"content_scripts": [
{
"matches": [
"https://application.lead-camp.com/*"
],
"js": [
"jquery.js",
"lead_camp.js"
]
}
],
"description": "Automatisez vos process de prospection commerciale.",
"icons": {
"16": "icon/icon-16x16.png",
"32": "icon/icon-32x32.png",
"48": "icon/icon-48x48.png",
"128": "icon/icon-128x128.png"
},
"manifest_version": 3,
"name": "Lead Camp",
"permissions": [
"cookies"
],
"host_permissions": [
"https://www.linkedin.com/*",
"https://application.lead-camp.com/*"
],
"version": "1.1"
}