NICE inContact Log Collector - beta

Collects log files to troubleshoot NICE inContact agent issues.

NICE inContact Log Collector - beta là gì?

NICE inContact Log Collector - beta là một tiện ích mở rộng Chrome được phát triển bởi Team SERPA, và tính năng chính của nó là "Collects log files to troubleshoot NICE inContact agent issues.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng NICE inContact Log Collector - beta

Tải xuống các tệp mở rộng NICE inContact Log Collector - beta dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NICE inContact Log Collector - beta NICE inContact Log Collector - beta
ID ehbmgnnblhocepmbijpmdfpfalipndae
URL Chính Thức https://chromewebstore.google.com/detail/nice-incontact-log-collec/ehbmgnnblhocepmbijpmdfpfalipndae
Mô tả Collects log files to troubleshoot NICE inContact agent issues.
Kích Thước Tệp 25.55 KB
Số Lần Cài Đặt 753
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2024-02-13
Ngày Phát Hành 2021-10-07
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Team SERPA
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.optus.com.au/about/legal/privacy-and-security
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}