Performset (Zendesk) - Next SLA Breach

Converts textual date times into status coloured icons with relative remaining time.

¿Qué es Performset (Zendesk) - Next SLA Breach?

Performset (Zendesk) - Next SLA Breach es una extensión de Chrome desarrollada por admin, y su función principal es "Converts textual date times into status coloured icons with relative remaining time.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Performset (Zendesk) - Next SLA Breach

Descarga archivos de extensión Performset (Zendesk) - Next SLA Breach en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This plug-in has been specifically designed and provided for Cloudset customers only, running Performset on Zendesk Support.
Performset is an advanced SLA/OLA Management solution for Zendesk.
The plug-in is designed to represent the Next SLA Breach data in a pill format that matches Zendesk native rendition. 
The following two custom fields should be included on your Zendesk View:
- SLA Next Event Time
- SLA Next Event Timestamp

Timezone adjustments for agents is set using the Chrome Plugin Options capability.                    

Información Básica de la Extensión

Nombre Performset (Zendesk) - Next SLA Breach Performset (Zendesk) - Next SLA Breach
ID oglmfdjlhbpjocckabepgfnplpfclgdb
URL Oficial https://chromewebstore.google.com/detail/performset-zendesk-next-s/oglmfdjlhbpjocckabepgfnplpfclgdb
Descripción Converts textual date times into status coloured icons with relative remaining time.
Tamaño del Archivo 83.63 KB
Cantidad de Instalaciones 636
Versión Actual 1.1
Última Actualización 2023-03-30
Fecha de Publicación 2022-08-03
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador admin
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.cloudset.net/
URL de la Página de Ayuda https://support.cloudset.net/hc/en-us
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Performset (Zendesk) - Next SLA Breach",
    "description": "Converts textual date times into status coloured icons with relative remaining time.",
    "version": "1.1",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.zendesk.com\/agent\/*",
                "https:\/\/*.zendesk.com\/agent\/*"
            ],
            "js": [
                "jquerymin3.3.1.js",
                "moment-min.js",
                "moment-timezone-with-data-min.js",
                "cloudsetcc.js",
                "time.js",
                "nextslabreach.js",
                "main.js"
            ],
            "css": [
                "nextslabreach.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    }
}