CXone Guide Plugin

Browse websites with CXone Guide automatically loaded. This feature can be toggled on and off.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CXone Guide Plugin",
  "description": "Browse websites with CXone Guide automatically loaded. This feature can be toggled on and off.",
  "version": "1.0.13",
  "manifest_version": 3,
  "icons": {
    "32": "icons/favicon.png",
    "48": "icons/favicon-100.png",
    "100": "icons/favicon-100.png",
    "128": "icons/favicon-128.png"
  },
  "action": {
    "default_popup": "src/popup/index.html",
    "default_icon": {
      "32": "icons/favicon.png",
      "48": "icons/favicon-100.png",
      "100": "icons/favicon-100.png",
      "128": "icons/favicon-128.png"
    }
  },
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/init-guide.ts-loader-kuvgYUHy.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "contextMenus",
    "webNavigation",
    "declarativeNetRequest",
    "declarativeNetRequestFeedback"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/defaults-WThhuxIq.js",
        "assets/messages-BemD4Rcf.js",
        "assets/init-guide.ts-ipgzReme.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/persist-ynJRzE93.js",
        "assets/cxone-config-x5dklFML.js",
        "assets/defaults-WThhuxIq.js",
        "assets/load-guide.ts-PJ4B0cJJ.js",
        "assets/messages-BemD4Rcf.js",
        "assets/create-guide-tag.ts-nCNYKg_I.js"
      ],
      "use_dynamic_url": false
    }
  ]
}