CXone Guide Extension

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

Что такое CXone Guide Extension?

CXone Guide Extension - это расширение Chrome, разработанное cxonemoxieguide, и его основная функция - "Browse websites with CXone Guide automatically loaded. This feature can be toggled on and off.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения CXone Guide Extension

Скачайте файлы расширений CXone Guide Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    ]
}