Leads-Sniper Google Maps Scraper ™

Leads-Sniper Google Maps Scraper ™

Scrape unlimited B2B leads from Google Maps in just minutes!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Leads-Sniper Google Maps Scraper â„¢",
  "version": "0.3.0",
  "description": "Scrape unlimited B2B leads from Google Maps in just minutes!",
  "icons": {
    "16": "images/icons/16x16.png",
    "32": "images/icons/32x32.png",
    "48": "images/icons/192x192.png",
    "128": "images/icons/192x192.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "Leads Sniper Using Webpack",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "webRequest",
    "identity",
    "identity.email",
    "activeTab",
    "tabs"
  ],
  "content_scripts": [
    {
      "js": [
        "containtScript.js"
      ],
      "css": [
        "containtScript.css"
      ],
      "matches": [
        "https://*/maps/*",
        "http://turbomarketer.me/*",
        "http://turbomarketer.info/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}