Maps Scraper by Leads Extractor

Maps Scraper by Leads Extractor

Find businesses in seconds for the sole purpose of generating B2B leads.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "extractor.js"
  },
  "default_locale": "en",
  "description": "__MSG_application_description__",
  "host_permissions": [
    "https://api.stripe.com/v1",
    "https://*.leads-extractor.com/",
    "https://www.bing.com/maps/*"
  ],
  "icons": {
    "128": "icon_128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlai+kcRs4A5QAxvToCq0VKZSAG2eLqruUMCl1COH7OL26F1b9CVNun14ovr/gM3GT1Fc0ex4b2/DLBGtN5peTp2dp2FDcW9HyQQXSAibUx0L0vXiSCVCKJeMmufs1kLsjbQDvS5Ghm7T13YcZy5XnN17XgzDckayUngQrUalq1xi4LekVXK0CNJB9IqT1Yox3JnHY0PEOXKoIblVe7+cUkNA+vrnuMLbhA0y7KkfErjBjcCaQLGtSLZaF86SnMGx5GuZGSmH1MG2M2QrEExtT9bxzdC4O9ui8kZ6MRQ2rHAmtl1QJZm+vSQcsKE9eVGNB+ejZM2iWmDOvxjaLwKeuQIDAQAB",
  "manifest_version": 3,
  "minimum_chrome_version": "95",
  "name": "__MSG_application_title__",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "identity",
    "identity.email",
    "webRequest",
    "activeTab"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.1.9"
}