AnalytiCall

AnalytiCall

Features for the AnalytiCall Portal

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "AnalytiCall",
  "manifest_version": 3,
  "version": "1.5.1",
  "description": "Features for the AnalytiCall Portal",
  "action": {
    "default_popup": "index.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "logo16.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "logo16.png",
    "32": "logo32.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "helpers/jquery-3.6.0.min.js",
        "numberSearch.js"
      ]
    },
    {
      "js": [
        "helpers/jquery-3.6.0.min.js",
        "helpers/fa.js",
        "crmIntegrations/AutoGate/content.js"
      ],
      "matches": [
        "https://autogate.co/*"
      ],
      "all_frames": true
    },
    {
      "js": [
        "helpers/jquery-3.6.0.min.js",
        "helpers/fa.js",
        "crmIntegrations/MCT/content.js"
      ],
      "matches": [
        "https://*.hq.mctmotorsport.com.au/*"
      ],
      "all_frames": true
    },
    {
      "js": [
        "helpers/jquery-3.6.0.min.js",
        "helpers/fa.js",
        "crmIntegrations/AdviserLogic/content.js"
      ],
      "matches": [
        "https://www.adviserlogic.com/*"
      ],
      "all_frames": true
    },
    {
      "js": [
        "helpers/jquery-3.6.0.min.js",
        "analyticallHandler.js"
      ],
      "matches": [
        "https://*.analyticall.com.au/portal/*",
        "https://portal.superadviceaustralia.com/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}