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. 擴展基本資訊
| 名稱 | |
| ID | oglmfdjlhbpjocckabepgfnplpfclgdb |
| 官方網址 | 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"
}
} | |