Google Maps Scraper with Emails & Phone No.

Google Maps Scraper with Emails & Phone No.

Generate B2B Leads by scraping data (with Verified Emails & Phone Numbers) from Google Maps.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Google Maps Scraper with Emails & Phone No.",
  "description": "Generate B2B Leads by scraping data (with Verified Emails & Phone Numbers) from Google Maps.",
  "manifest_version": 3,
  "version": "1.2",
  "action": {
    "default_popup": "index.html",
    "default_icon": "icon/icon400.png"
  },
  "icons": {
    "16": "icon/icon16.png",
    "48": "icon/icon48.png",
    "128": "icon/icon128.png",
    "400": "icon/icon400.png"
  },
  "host_permissions": [
    "https://*.prospectss.com/*"
  ],
  "background": {
    "service_worker": "background.js"
  }
}