Performset (Zendesk) - Next SLA Breach
Converts textual date times into status coloured icons with relative remaining time.
什么是Performset (Zendesk) - Next SLA Breach?
Performset (Zendesk) - Next SLA Breach是由admin开发的Chrome扩展程序,该扩展的主要功能是“Converts textual date times into status coloured icons with relative remaining time.”。
扩展截图
下载Performset (Zendesk) - Next SLA Breach扩展crx文件
下载Performset (Zendesk) - Next SLA Breach扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Performset (Zendesk) - Next SLA Breach |
ID | oglmfdjlhbpjocckabepgfnplpfclgdb |
官方URL | https://chromewebstore.google.com/detail/performset-zendesk-next-s/oglmfdjlhbpjocckabepgfnplpfclgdb |
简介 | Converts textual date times into status coloured icons with relative remaining time. |
文件大小 | 83.63 KB |
安装次数 | 636 |
当前版本 | 1.1 |
更新时间 | 2023-03-30 |
上架时间 | 2022-08-03 |
评分 | 5.00/5 共1次评分 |
开发者 | admin |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.cloudset.net/ |
帮助页面URL | https://support.cloudset.net/hc/en-us |
支持的语言 | 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" } } |