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 هو إضافة Chrome تم تطويرها بواسطة admin، والميزة الرئيسية لها هي "Converts textual date times into status coloured icons with relative remaining time.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Performset (Zendesk) - Next SLA Breach
قم بتنزيل ملفات الامتداد Performset (Zendesk) - Next SLA Breach بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | 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" } } |