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 |
Eメール | [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" } } |