Presto Map lead extractor

Presto Map lead extractor

Extract SME business listings from Google Maps. Presto is a powerful way to generate leads

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js",
      "analytics.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "128": "icons/icon-128.png"
    },
    "default_popup": "html/popup.html",
    "default_title": "__MSG_name__"
  },
  "content_security_policy": "script-src 'self' https://apis.google.com https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com https://www.google-analytics.com; object-src 'self'",
  "icons": {
    "128": "icons/icon-128.png"
  },
  "default_locale": "en",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "permissions": [
    "<all_urls>",
    "storage",
    "unlimitedStorage",
    "webRequest"
  ],
  "version": "0.1.4"
}