CXone Guide Extension

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

什么是CXone Guide Extension?

CXone Guide Extension是由cxonemoxieguide开发的Chrome扩展程序,该扩展的主要功能是“Browse websites with CXone Guide automatically loaded. This feature can be toggled on and off.”。

扩展截图

screenshot

下载CXone Guide Extension扩展crx文件

下载CXone Guide Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 CXone Guide Extension CXone Guide Extension
ID aobahmjniilbnepknainodeakpffplpg
官方URL https://chromewebstore.google.com/detail/cxone-guide-extension/aobahmjniilbnepknainodeakpffplpg
简介 Browse websites with CXone Guide automatically loaded. This feature can be toggled on and off.
文件大小 147 KB
安装次数 164
当前版本 3.4
更新时间 2022-07-26
上架时间 2022-01-14
评分 5.00/5 共2次评分
开发者 cxonemoxieguide
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}