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
官方網址 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
電子郵箱 [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\/*"
    ]
}