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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collects log files to troubleshoot NICE inContact agent issues."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NICE inContact Log Collector - beta एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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\/*" ] } |