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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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