ACE Chrome Extension New

ACE Chrome Extension New

HCSC ACE Extension V1.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {
    "default_icon": {
      "16": "Off.png",
      "24": "Off.png",
      "32": "Off.png"
    },
    "default_title": "ACE Extension New"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "styles.css"
      ],
      "js": [
        "cti.js",
        "injectedScript.js"
      ],
      "matches": [
        "https://hcscace--acehfuat--cnx.visualforce.com/*",
        "https://hcscace--acehfuat--cnx.sandbox.vf.force.com/*",
        "https://hcscace--acehfci--cnx.visualforce.com/*",
        "https://hcscace--acehfci--cnx.sandbox.vf.force.com/*",
        "https://hcscace--aceci1--cnx.visualforce.com/*",
        "https://hcscace--aceci1--cnx.sandbox.vf.force.com/*",
        "https://hcscace--aceuat--cnx.visualforce.com/*",
        "https://hcscace--aceuat--cnx.sandbox.vf.force.com/*",
        "https://hcscace--aceperform--cnx.visualforce.com/*",
        "https://hcscace--aceperform--cnx.sandbox.vf.force.com/*",
        "https://hcscace--acemock--cnx.visualforce.com/*",
        "https://hcscace--acemock--cnx.sandbox.vf.force.com/*",
        "https://hcscace--cnx.visualforce.com/*",
        "https://hcscace--cnx.vf.force.com/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "description": "HCSC ACE Extension V1.",
  "manifest_version": 3,
  "name": "ACE Chrome Extension New",
  "permissions": [
    "tabs"
  ],
  "host_permissions": [
    "https://hcscace--aceci1--c.visualforce.com/*",
    "https://hcscace--aceci1--c.sandbox.vf.force.com/*",
    "https://hcscace--aceci1.my.salesforce.com/*",
    "https://hcscace--aceci1.sandbox.my.salesforce.com/*",
    "https://hcscace--aceci1--cnx.visualforce.com/*",
    "https://hcscace--aceci1--cnx.sandbox.vf.force.com/*",
    "https://hcscace--aceci1.lightning.force.com/*",
    "https://hcscace--aceci1.sandox.lightning.force.com/*",
    "https://hcscace--aceuat--c.visualforce.com/*",
    "https://hcscace--aceuat--c.sandbox.vf.force.com/*",
    "https://hcscace--aceuat.my.salesforce.com/*",
    "https://hcscace--aceuat.sandbox.my.salesforce.com/*",
    "https://hcscace--aceuat--cnx.visualforce.com/*",
    "https://hcscace--aceuat--cnx.sandbox.vf.force.com/*",
    "https://hcscace--aceuat.lightning.force.com/*",
    "https://hcscace--aceuat.sandbox.lightning.force.com/*",
    "https://hcscace--aceperform--c.visualforce.com/*",
    "https://hcscace--aceperform--c.sandbox.vf.force.com/*",
    "https://hcscace--aceperform.my.salesforce.com/*",
    "https://hcscace--aceperform.sandbox.my.salesforce.com/*",
    "https://hcscace--aceperform--cnx.visualforce.com/*",
    "https://hcscace--aceperform--cnx.sandbox.vf.force.com/*",
    "https://hcscace--aceperform.lightning.force.com/*",
    "https://hcscace--aceperform.sandbox.lightning.force.com/*",
    "https://hcscace--acemock--c.visualforce.com/*",
    "https://hcscace--acemock--c.sandbox.vf.force.com/*",
    "https://hcscace--acemock.my.salesforce.com/*",
    "https://hcscace--acemock.sandbox.my.salesforce.com/*",
    "https://hcscace--acemock.lightning.force.com/*",
    "https://hcscace--acemock.sandbox.lightning.force.com/*",
    "https://hcscace--acemock--cnx.visualforce.com/*",
    "https://hcscace--acemock--cnx.sandbox.vf.force.com/*",
    "https://hcscace--acehfdev--cnx.visualforce.com/*",
    "https://hcscace--acehfdev--cnx.sandbox.vf.force.com/*",
    "https://hcscace--acehfuat--c.visualforce.com/*",
    "https://hcscace--acehfuat--c.sandbox.vf.force.com/*",
    "https://hcscace--acehfuat.my.salesforce.com/*",
    "https://hcscace--acehfuat.sandbox.my.salesforce.com/*",
    "https://hcscace--acehfuat.lightning.force.com/*",
    "https://hcscace--acehfuat.sandbox.lightning.force.com/*",
    "https://hcscace--acehfuat--cnx.visualforce.com/*",
    "https://hcscace--acehfuat--cnx.sandbox.vf.force.com/*",
    "https://hcscace--acehfci--c.visualforce.com/*",
    "https://hcscace--acehfci--c.sandbox.vf.force.com/*",
    "https://hcscace--acehfci.my.salesforce.com/*",
    "https://hcscace--acehfci.sandbox.my.salesforce.com/*",
    "https://hcscace--acehfci.lightning.force.com/*",
    "https://hcscace--acehfci.sandbox.lightning.force.com/*",
    "https://hcscace--acehfci--cnx.visualforce.com/*",
    "https://hcscace--acehfci--cnx.sandbox.vf.force.com/*",
    "https://hcscace.lightning.force.com/*",
    "https://hcscace.my.salesforce.com/*",
    "https://hcscace--cnx.visualforce.com/*",
    "https://hcscace--cnx.vf.force.com/*"
  ],
  "version": "2.2.1"
}