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": "Surereach: Find verified Mobile No. & Emails",
"description": "Discover new prospects in seconds with Surereach, the easiest way to find verified contact number and email ID of any professionals.",
"version": "3.4.6",
"permissions": [
"scripting",
"tabs",
"alarms"
],
"host_permissions": [
"https:\/\/www.zaubacorp.com\/*",
"https:\/\/www.tofler.in\/*",
"https:\/\/www.instafinancials.com\/*",
"https:\/\/www.linkedin.com\/*",
"https:\/\/media.licdn.com\/*",
"https:\/\/api.surereach.io\/*",
"https:\/\/surereach.io\/reach\/*",
"https:\/\/www.indiamart.com\/*",
"https:\/\/www.justdial.com\/*",
"https:\/\/www.tradeindia.com\/*",
"http:\/\/127.0.0.1:5000\/*"
],
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "\/favicons\/surereach-logo-16-16.png",
"32": "\/favicons\/surereach-logo-32-32.png",
"48": "\/favicons\/surereach-logo-48-48.png",
"128": "\/favicons\/surereach-logo-128-128.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
}
}