CXone Guide Plugin

Browse websites with CXone Guide automatically loaded. This feature can be toggled on and off.

什麼是CXone Guide Plugin?

CXone Guide Plugin是由cxonemoxieguide開發的Chrome擴展程式,該擴展的主要功能是“Browse websites with CXone Guide automatically loaded. This feature can be toggled on and off.”。

擴展截圖

screenshot

下載CXone Guide Plugin擴展crx文件

下載CXone Guide Plugin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The CXone Guide plugin enables you to showcase Guide on any website without requiring script tags being added to that site. Just install it to your Chrome browser, build your rules in your Guide tenant, and BINGO! Guide runs on the customer site.                    

擴展基本資訊

名稱 CXone Guide Plugin CXone Guide Plugin
ID klfabiacabjdpncikkfhhmjfcacfbake
官方網址 https://chromewebstore.google.com/detail/cxone-guide-plugin/klfabiacabjdpncikkfhhmjfcacfbake
簡介 Browse websites with CXone Guide automatically loaded. This feature can be toggled on and off.
檔案大小 62.5 KB
安裝次數 118
目前版本 1.0.6
更新時間 2024-03-01
上架時間 2023-10-09
開發者 cxonemoxieguide
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.nice.com/company/legal/privacy-policy
支援的語言 en-US
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.6",
    "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-bNUeKWi-.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-Czh2JnAT.js",
                "assets\/messages-vGglUDeY.js",
                "assets\/init-guide.ts-gEtkhLS8.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/persist-FCQ-2elp.js",
                "assets\/cxone-config-b1zNZkd1.js",
                "assets\/defaults-Czh2JnAT.js",
                "assets\/load-guide.ts-3tbXYz1P.js",
                "assets\/messages-vGglUDeY.js",
                "assets\/create-guide-tag.ts-wIl96GnQ.js"
            ],
            "use_dynamic_url": false
        }
    ]
}