NICE inContact Log Collector - beta

Collects log files to troubleshoot NICE inContact agent issues.

O que é NICE inContact Log Collector - beta?

NICE inContact Log Collector - beta é uma extensão do Chrome desenvolvida por Team SERPA, e sua principal característica é "Collects log files to troubleshoot NICE inContact agent issues.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão NICE inContact Log Collector - beta

Baixe arquivos de extensão NICE inContact Log Collector - beta no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome NICE inContact Log Collector - beta NICE inContact Log Collector - beta
ID ehbmgnnblhocepmbijpmdfpfalipndae
URL Oficial https://chromewebstore.google.com/detail/nice-incontact-log-collec/ehbmgnnblhocepmbijpmdfpfalipndae
Descrição Collects log files to troubleshoot NICE inContact agent issues.
Tamanho do Arquivo 25.55 KB
Contagem de Instalações 753
Versão Atual 1.4
Última Atualização 2024-02-13
Data de Publicação 2021-10-07
Classificação 4.00/5 Total de 2 Avaliações
Desenvolvedor Team SERPA
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.optus.com.au/about/legal/privacy-and-security
Idiomas Suportados 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\/*"
    ]
}