Google Map Lead Extractor

Google Map Lead Extractor

Extract Name, Address, Phone Number and reviews from Google Map with Google map lead extractor.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Google Map Lead Extractor",
  "version": "1.0.1",
  "manifest_version": 2,
  "description": "Extract Name, Address, Phone Number and reviews from Google Map with Google map lead extractor.",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "page_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "asset/16.png",
    "32": "asset/32.png",
    "48": "asset/48.png",
    "128": "asset/128.png"
  },
  "permissions": [
    "<all_urls>",
    "declarativeContent"
  ],
  "content_security_policy": "script-src 'self' https://apis.google.com; object-src 'self'"
}