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.2.1",
  "description": "Visualize customer locations and manage routes on a map directly inside your CRM",
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "https://account.lessannoyingcrm.com/*",
    "https://api.lessannoyingcrm.com/*",
    "https://*.geoapify.com/*",
    "https://*.hereapi.com/*",
    "https://*.mapquestapi.com/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://extensionpay.com/*"
      ],
      "js": [
        "ExtPay.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://account.lessannoyingcrm.com/*"
      ],
      "js": [
        "ExtPay.js",
        "contentScript.js",
        "Scripts/jquery-3.6.3.min.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "api.html",
        "access.html",
        "map.html",
        "https://*.openstreetmap.org/*"
      ],
      "matches": [
        "https://*.lessannoyingcrm.com/*",
        "https://*.openstreetmap.org/*",
        "https://*.geoapify.com/*",
        "https://*.hereapi.com/*",
        "https://*.mapquestapi.com/*"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "assets/Logo.png",
      "24": "assets/Logo.png",
      "32": "assets/Logo.png"
    },
    "default_title": "LACRM NAME HERE",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "assets/Logo.png",
    "32": "assets/Logo.png",
    "48": "assets/Logo.png",
    "128": "assets/Logo.png"
  },
  "manifest_version": 3
}