Lead Mapper

Lead Mapper

Visualize customer locations and manage routes on a map directly inside your CRM

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Lead Mapper",
  "version": "0.4.0",
  "description": "Visualize customer locations and manage routes on a map directly inside your CRM",
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://account.lessannoyingcrm.com/*",
        "https://*.lightning.force.com/*",
        "https://*.hubspot.com/*",
        "https://www.gstatic.com/*"
      ],
      "js": [
        "contentScript.js",
        "jquery-3.6.3.min.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "https://*.openstreetmap.org/*"
      ],
      "matches": [
        "https://*.gstatic.com/*",
        "https://*.lessannoyingcrm.com/*",
        "https://*.openstreetmap.org/*",
        "https://*.geoapify.com/*",
        "https://*.hereapi.com/*",
        "https://*.mapquestapi.com/*",
        "https://client.crisp.chat/*",
        "https://*.lightning.force.com/*",
        "https://*.hubspot.com/*",
        "https://www.gstatic.com/*"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "Logo.png",
      "24": "Logo.png",
      "32": "Logo.png"
    },
    "default_title": "",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "Logo.png",
    "32": "Logo.png",
    "48": "Logo.png",
    "128": "Logo.png"
  },
  "manifest_version": 3
}