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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browse websites with CXone Guide automatically loaded. This feature can be toggled on and off."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CXone Guide Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    ]
}