CXone Guide Extension

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

Was ist CXone Guide Extension?

CXone Guide Extension ist eine Chrome-Erweiterung, die von cxonemoxieguide entwickelt wurde, und ihr Hauptmerkmal ist "Browse websites with CXone Guide automatically loaded. This feature can be toggled on and off.".

Erweiterungsscreenshots

screenshot

CXone Guide Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie CXone Guide Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name CXone Guide Extension CXone Guide Extension
ID aobahmjniilbnepknainodeakpffplpg
Offizielle URL https://chromewebstore.google.com/detail/cxone-guide-extension/aobahmjniilbnepknainodeakpffplpg
Beschreibung Browse websites with CXone Guide automatically loaded. This feature can be toggled on and off.
Dateigröße 147 KB
Installationsanzahl 164
Aktuelle Version 3.4
Letztes Update 2022-07-26
Veröffentlichungsdatum 2022-01-14
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler cxonemoxieguide
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}