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
Eメール [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"
    ]
}