NICE inContact Log Collector - beta

Collects log files to troubleshoot NICE inContact agent issues.

NICE inContact Log Collector - betaとは何ですか?

NICE inContact Log Collector - betaはTeam SERPAによって開発されたChromeの拡張機能で、その主な機能は「Collects log files to troubleshoot NICE inContact agent issues.」です。

拡張機能のスクリーンショット

screenshot

NICE inContact Log Collector - beta拡張機能のCRXファイルをダウンロード

NICE inContact Log Collector - beta拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension enhances the capabilities of InContact MAX and CXONE agents by facilitating the collection of JSON files, console logs, InContact MAX logs directly from their browser tab.

Update 1.4: The functionality for saving .har files has been substituted with JSON format due to its reduced demand on computing resources while still maintaining compatibility with analysis via a .har analyser.                    

拡張機能の基本情報

名前 NICE inContact Log Collector - beta NICE inContact Log Collector - beta
ID ehbmgnnblhocepmbijpmdfpfalipndae
公式URL https://chromewebstore.google.com/detail/nice-incontact-log-collec/ehbmgnnblhocepmbijpmdfpfalipndae
説明 Collects log files to troubleshoot NICE inContact agent issues.
ファイルサイズ 25.55 KB
インストール数 753
現在のバージョン 1.4
最終更新日 2024-02-13
公開日 2021-10-07
評価 4.00/5 合計 2 レビュー
開発者 Team SERPA
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.optus.com.au/about/legal/privacy-and-security
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NICE inContact Log Collector - beta",
    "description": "Collects log files to troubleshoot NICE inContact agent issues.",
    "version": "1.4",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icons8-record-16.png",
            "32": "icons\/icons8-record-32.png",
            "48": "icons\/icons8-record-48.png",
            "64": "icons\/icons8-record-64.png",
            "128": "icons\/icons8-record-100.png"
        }
    },
    "permissions": [
        "declarativeContent",
        "activeTab",
        "debugger",
        "scripting",
        "downloads",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.nicecxone.com\/*",
        "https:\/\/*.niceincontact.com\/*",
        "https:\/\/*.nice-incontact.com\/*"
    ]
}