CXone Guide Extension

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

Cos'è CXone Guide Extension?

CXone Guide Extension è un'estensione di Chrome sviluppata da cxonemoxieguide, e la sua funzione principale è "Browse websites with CXone Guide automatically loaded. This feature can be toggled on and off.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CXone Guide Extension

Scarica i file di estensione CXone Guide Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome CXone Guide Extension CXone Guide Extension
ID aobahmjniilbnepknainodeakpffplpg
URL Ufficiale https://chromewebstore.google.com/detail/cxone-guide-extension/aobahmjniilbnepknainodeakpffplpg
Descrizione Browse websites with CXone Guide automatically loaded. This feature can be toggled on and off.
Dimensione del File 147 KB
Conteggio Installazioni 164
Versione Corrente 3.4
Ultimo Aggiornamento 2022-07-26
Data di Pubblicazione 2022-01-14
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore cxonemoxieguide
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}