CXone Guide Extension

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

Wat is CXone Guide Extension?

CXone Guide Extension is een Chrome-extensie ontwikkeld door cxonemoxieguide, en de belangrijkste functie is "Browse websites with CXone Guide automatically loaded. This feature can be toggled on and off.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CXone Guide Extension

Download CXone Guide Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam CXone Guide Extension CXone Guide Extension
ID aobahmjniilbnepknainodeakpffplpg
Officiële URL https://chromewebstore.google.com/detail/cxone-guide-extension/aobahmjniilbnepknainodeakpffplpg
Beschrijving Browse websites with CXone Guide automatically loaded. This feature can be toggled on and off.
Bestandsgrootte 147 KB
Aantal Installaties 164
Huidige Versie 3.4
Laatst Bijgewerkt 2022-07-26
Publicatiedatum 2022-01-14
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar cxonemoxieguide
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}