NICE inContact Log Collector - beta

Collects log files to troubleshoot NICE inContact agent issues.

Qu'est-ce que NICE inContact Log Collector - beta ?

NICE inContact Log Collector - beta est une extension Chrome développée par Team SERPA, et sa fonction principale est "Collects log files to troubleshoot NICE inContact agent issues.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension NICE inContact Log Collector - beta

Téléchargez les fichiers d'extension NICE inContact Log Collector - beta au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom NICE inContact Log Collector - beta NICE inContact Log Collector - beta
ID ehbmgnnblhocepmbijpmdfpfalipndae
URL Officiel https://chromewebstore.google.com/detail/nice-incontact-log-collec/ehbmgnnblhocepmbijpmdfpfalipndae
Description Collects log files to troubleshoot NICE inContact agent issues.
Taille du Fichier 25.55 KB
Nombre d'Installations 753
Version Actuelle 1.4
Dernière Mise à Jour 2024-02-13
Date de Publication 2021-10-07
Évaluation 4.00/5 Total 2 Évaluations
Développeur Team SERPA
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.optus.com.au/about/legal/privacy-and-security
Langues Prises en Charge 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\/*"
    ]
}