CXone Guide Plugin

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

CXone Guide Plugin란 무엇입니까?

CXone Guide Plugin은(는) cxonemoxieguide에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browse websites with CXone Guide automatically loaded. This feature can be toggled on and off."입니다.

확장 프로그램 스크린샷

screenshot

CXone Guide Plugin 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The CXone Guide plugin 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 Plugin CXone Guide Plugin
ID klfabiacabjdpncikkfhhmjfcacfbake
공식 URL https://chromewebstore.google.com/detail/cxone-guide-plugin/klfabiacabjdpncikkfhhmjfcacfbake
설명 Browse websites with CXone Guide automatically loaded. This feature can be toggled on and off.
파일 크기 62.5 KB
설치 횟수 118
현재 버전 1.0.6
최근 업데이트 2024-03-01
출시 날짜 2023-10-09
개발자 cxonemoxieguide
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.nice.com/company/legal/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CXone Guide Plugin",
    "description": "Browse websites with CXone Guide automatically loaded. This feature can be toggled on and off.",
    "version": "1.0.6",
    "manifest_version": 3,
    "icons": {
        "32": "icons\/favicon.png",
        "48": "icons\/favicon-100.png",
        "100": "icons\/favicon-100.png",
        "128": "icons\/favicon-128.png"
    },
    "action": {
        "default_popup": "src\/popup\/index.html",
        "default_icon": {
            "32": "icons\/favicon.png",
            "48": "icons\/favicon-100.png",
            "100": "icons\/favicon-100.png",
            "128": "icons\/favicon-128.png"
        }
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/init-guide.ts-loader-bNUeKWi-.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "contextMenus",
        "webNavigation",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/defaults-Czh2JnAT.js",
                "assets\/messages-vGglUDeY.js",
                "assets\/init-guide.ts-gEtkhLS8.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/persist-FCQ-2elp.js",
                "assets\/cxone-config-b1zNZkd1.js",
                "assets\/defaults-Czh2JnAT.js",
                "assets\/load-guide.ts-3tbXYz1P.js",
                "assets\/messages-vGglUDeY.js",
                "assets\/create-guide-tag.ts-wIl96GnQ.js"
            ],
            "use_dynamic_url": false
        }
    ]
}