NICE inContact Log Collector - beta

Collects log files to troubleshoot NICE inContact agent issues.

ما هو NICE inContact Log Collector - beta؟

NICE inContact Log Collector - beta هو إضافة Chrome تم تطويرها بواسطة Team SERPA، والميزة الرئيسية لها هي "Collects log files to troubleshoot NICE inContact agent issues.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة NICE inContact Log Collector - beta

قم بتنزيل ملفات الامتداد NICE inContact Log Collector - beta بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية 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\/*"
    ]
}