G Map Business finder - G Map leads extractor

G Map Business finder - G Map leads extractor

Generate leads using Google Maps Lead Extractor. GMapExtractor is a powerful way to generate leads in B2B, SMB, and Retail segments.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "128": "icons/icon-128.png"
    },
    "default_popup": "popup.html",
    "default_title": "__MSG_name__"
  },
  "icons": {
    "128": "icons/icon-128.png"
  },
  "default_locale": "en",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "webRequest"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "version": "1.0.0",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}