Performset (Zendesk) - Next SLA Breach
Converts textual date times into status coloured icons with relative remaining time.
Cos'è Performset (Zendesk) - Next SLA Breach?
Performset (Zendesk) - Next SLA Breach è un'estensione di Chrome sviluppata da admin, e la sua funzione principale è "Converts textual date times into status coloured icons with relative remaining time.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Performset (Zendesk) - Next SLA Breach
Scarica i file di estensione Performset (Zendesk) - Next SLA Breach in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Performset (Zendesk) - Next SLA Breach |
ID | oglmfdjlhbpjocckabepgfnplpfclgdb |
URL Ufficiale | https://chromewebstore.google.com/detail/performset-zendesk-next-s/oglmfdjlhbpjocckabepgfnplpfclgdb |
Descrizione | Converts textual date times into status coloured icons with relative remaining time. |
Dimensione del File | 83.63 KB |
Conteggio Installazioni | 636 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2023-03-30 |
Data di Pubblicazione | 2022-08-03 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | admin |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.cloudset.net/ |
URL della Pagina di Aiuto | https://support.cloudset.net/hc/en-us |
Lingue Supportate | 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" } } |