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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NICE inContact Log Collector - beta
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 |
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\/*" ] } |