Performset (Zendesk) - Next SLA Breach
Converts textual date times into status coloured icons with relative remaining time.
Co je Performset (Zendesk) - Next SLA Breach?
Performset (Zendesk) - Next SLA Breach je rozšíření Chrome vyvinuté admin, a jeho hlavní funkcí je „Converts textual date times into status coloured icons with relative remaining time.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Performset (Zendesk) - Next SLA Breach
Stáhněte si soubory rozšíření Performset (Zendesk) - Next SLA Breach ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Performset (Zendesk) - Next SLA Breach |
ID | oglmfdjlhbpjocckabepgfnplpfclgdb |
Oficiální URL | https://chromewebstore.google.com/detail/performset-zendesk-next-s/oglmfdjlhbpjocckabepgfnplpfclgdb |
Popis | Converts textual date times into status coloured icons with relative remaining time. |
Velikost souboru | 83.63 KB |
Počet instalací | 636 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2023-03-30 |
Datum Vydání | 2022-08-03 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | admin |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.cloudset.net/ |
URL Stránky Nápovědy | https://support.cloudset.net/hc/en-us |
Podporované Jazyky | 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" } } |