Maps Scraper & Leads Extractor

Maps Scraper & Leads Extractor

Seamlessly find contact data from Bing Map to Excel, enabling efficient lead generation and location-based market research.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "__MSG_appDesc__",
  "version": "1.0.1",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "default_locale": "en",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "storage",
    "identity",
    "webRequest"
  ],
  "host_permissions": [
    "*://leadsfinder.extensionsbox.com/*",
    "*://*.bing.com/*"
  ],
  "background": {
    "service_worker": "service-worker.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.bing.com/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAie79lb6FuJdCjkvVj0eIbe77VB3FGLj3ngw4UK9SCd1REgfDGZzqbJi1FVTL2ub8L3Wp9Zemasv/9TFRLsvX7whj/6BNwy5DMvSg23GhqR8wOO5ivTH5qataGbExSjnC9cl26J3u3ov8jozJrECQL0gpFPOZmvDJ8++HceXMfS0T6d7a1zn67IAwrY0/rN6bilPnqMba8HjonHYCHlq5sYQUYQs1bJzArbAAItjFe/JtzqfZbftOrkePSPp5wcmPfJ1vK3im2D6BUxQBFOTiBR02UPM676YDZyTpG4QIauA1Dj1iVzoPi9V4udWa7l9FVJaIHECHbxbwzpXomd+iSQIDAQAB",
  "oauth2": {
    "client_id": "86841300775-7pkgiuepjel6nq1galha32mg6l3hrdfe.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*",
        "libs/*"
      ],
      "matches": []
    }
  ]
}