CXone Guide Extension

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

CXone Guide Extension là gì?

CXone Guide Extension 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 Extension

Tải xuống các tệp mở rộng CXone Guide Extension 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 extension 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 Extension CXone Guide Extension
ID aobahmjniilbnepknainodeakpffplpg
URL Chính Thức https://chromewebstore.google.com/detail/cxone-guide-extension/aobahmjniilbnepknainodeakpffplpg
Mô tả Browse websites with CXone Guide automatically loaded. This feature can be toggled on and off.
Kích Thước Tệp 147 KB
Số Lần Cài Đặt 164
Phiên Bản Hiện Tại 3.4
Cập Nhật Lần Cuối 2022-07-26
Ngày Phát Hành 2022-01-14
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển cxonemoxieguide
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CXone Guide Extension",
    "description": "Browse websites with CXone Guide automatically loaded. This feature can be toggled on and off.",
    "version": "3.4",
    "manifest_version": 3,
    "icons": {
        "32": "\/icons\/favicon.png",
        "48": "\/icons\/favicon.png",
        "100": "\/icons\/favicon.png",
        "128": "\/icons\/favicon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/inject-guide.js",
                "resources\/create-guide-tag.js",
                "resources\/reset-profile.js",
                "resources\/reset-profile-client.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "\/icons\/favicon.png",
            "48": "\/icons\/favicon.png",
            "100": "\/icons\/favicon.png",
            "128": "\/icons\/favicon.png"
        }
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "guide-script-filter",
                "enabled": false,
                "path": "guide-script-filter.json"
            }
        ]
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "contextMenus",
        "webNavigation",
        "declarativeNetRequest"
    ]
}