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