Unlimited Map Leads

Unlimited Map Leads

Get Unlimited Verified Maps Leads With The Click Of A Button From Google Map.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Unlimited Map Leads",
  "description": "Get Unlimited Verified Maps Leads With The Click Of A Button From Google Map.",
  "version": "1.1.11",
  "short_name": "UML",
  "browser_action": {
    "default_title": "Unlimited Map Leads"
  },
  "icons": {
    "16": "images/1625688273502-smallLogo.png",
    "48": "images/1625688273589-mediumLogo.png",
    "128": "images/1625688273638-largeLogo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.google.com/maps/search*",
        "*://*.google.co.in/maps/search*"
      ],
      "js": [
        "js/vendor.js",
        "js/helper.js",
        "js/content_place.js"
      ],
      "css": [
        "assets/jquery.toast.min.css"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "js/background.js",
      "js/helper.js",
      "js/services.js",
      "js/vendor.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "*://api.unlimitedmapsleads.io/*",
    "*://api.tomba.io/v1/domain-search/*",
    "*://google.com/search?*"
  ],
  "web_accessible_resources": [
    "images/*",
    "assets/*",
    "js/*"
  ]
}