Performset (Zendesk) - Next SLA Breach
Converts textual date times into status coloured icons with relative remaining time.
Performset (Zendesk) - Next SLA Breach là gì?
Performset (Zendesk) - Next SLA Breach là một tiện ích mở rộng Chrome được phát triển bởi admin, và tính năng chính của nó là "Converts textual date times into status coloured icons with relative remaining time.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Performset (Zendesk) - Next SLA Breach
Tải xuống các tệp mở rộng Performset (Zendesk) - Next SLA Breach dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Performset (Zendesk) - Next SLA Breach |
ID | oglmfdjlhbpjocckabepgfnplpfclgdb |
URL Chính Thức | https://chromewebstore.google.com/detail/performset-zendesk-next-s/oglmfdjlhbpjocckabepgfnplpfclgdb |
Mô tả | Converts textual date times into status coloured icons with relative remaining time. |
Kích Thước Tệp | 83.63 KB |
Số Lần Cài Đặt | 636 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2023-03-30 |
Ngày Phát Hành | 2022-08-03 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | admin |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.cloudset.net/ |
URL Trang Trợ Giúp | https://support.cloudset.net/hc/en-us |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |