Surereach: Find verified Mobile No. & Emails

Discover new prospects in seconds with Surereach, the easiest way to find verified contact number and email ID of any professionals.
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",
  "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.2",
  "permissions": [
    "scripting",
    "tabs",
    "storage",
    "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/*",
    "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"
  }
}