CXone Guide Plugin

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

CXone Guide Plugin là gì?

CXone Guide Plugin là một tiện ích mở rộng Chrome được phát triển bởi cxonemoxieguide, và tính năng chính của nó là "Browse websites with CXone Guide automatically loaded. This feature can be toggled on and off.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CXone Guide Plugin

Tải xuống các tệp mở rộng CXone Guide Plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CXone Guide Plugin CXone Guide Plugin
ID klfabiacabjdpncikkfhhmjfcacfbake
URL Chính Thức https://chromewebstore.google.com/detail/cxone-guide-plugin/klfabiacabjdpncikkfhhmjfcacfbake
Mô tả Browse websites with CXone Guide automatically loaded. This feature can be toggled on and off.
Kích Thước Tệp 62.5 KB
Số Lần Cài Đặt 118
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2024-03-01
Ngày Phát Hành 2023-10-09
Nhà Phát Triển cxonemoxieguide
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.nice.com/company/legal/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}