Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Email & Mobile Finder by SMARTe",
"version": "4.9",
"description": "SMARTe offers mobile numbers and work emails for B2B Prospecting & Recruitment.",
"short_name": "SMARTe Extension",
"background": {
"service_worker": "background.js",
"type": "module"
},
"host_permissions": [
"*:\/\/*\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';",
"sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
},
"action": {
"default_icon": {
"16": "logo.png"
}
},
"icons": {
"16": "logo.png",
"48": "logo48.png",
"128": "logo128.png"
},
"permissions": [
"storage",
"scripting",
"activeTab",
"tabs",
"cookies"
],
"exclude_globs": [
"*:\/\/linkedin.com\/*",
"*:\/\/*.linkedin.com\/*"
]
}