CXone Guide Extension

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

Co je CXone Guide Extension?

CXone Guide Extension je rozšíření Chrome vyvinuté cxonemoxieguide, a jeho hlavní funkcí je „Browse websites with CXone Guide automatically loaded. This feature can be toggled on and off.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření CXone Guide Extension

Stáhněte si soubory rozšíření CXone Guide Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název CXone Guide Extension CXone Guide Extension
ID aobahmjniilbnepknainodeakpffplpg
Oficiální URL https://chromewebstore.google.com/detail/cxone-guide-extension/aobahmjniilbnepknainodeakpffplpg
Popis Browse websites with CXone Guide automatically loaded. This feature can be toggled on and off.
Velikost souboru 147 KB
Počet instalací 164
Aktuální Verze 3.4
Poslední Aktualizace 2022-07-26
Datum Vydání 2022-01-14
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář cxonemoxieguide
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}