Notify-Me for Zendesk
Real time Zendesk Ticket Notifications
ما هو Notify-Me for Zendesk؟
Notify-Me for Zendesk هو إضافة Chrome تم تطويرها بواسطة https://www.notifyme.live، والميزة الرئيسية لها هي "Real time Zendesk Ticket Notifications".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Notify-Me for Zendesk
قم بتنزيل ملفات الامتداد Notify-Me for Zendesk بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Advanced browser notifications for the Zendesk client. This extension will notify you of new tickets you receive on the view of your choice, in real-time, with a sound alert and/or a chrome popup alert. Clicking on the ticket in the extension opens the Zendesk ticket in the already open Zendesk tab, instead of opening a new tab. Hurray! 30-day free trial and then 5$/mo
معلومات أساسية عن التمديد
الاسم | Notify-Me for Zendesk |
ID | akndeknkfbncfoalobhohpegmpffibii |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/notify-me-for-zendesk/akndeknkfbncfoalobhohpegmpffibii |
الوصف | Real time Zendesk Ticket Notifications |
حجم الملف | 2.68 MB |
عدد التثبيتات | 3,206 |
النسخة الحالية | 2.0.21 |
آخر تحديث | 2024-01-25 |
تاريخ النشر | 2017-10-07 |
تقييم | 4.06/5 مجموع تقييمات 34 |
المطور | https://www.notifyme.live |
البريد الإلكتروني | [email protected] |
نوع الدفع | in_app |
موقع الإضافة | Https://www.notifyme.live |
عنوان صفحة المساعدة | Https://www.notifyme.live/contact-us |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notify-Me for Zendesk", "description": "Real time Zendesk Ticket Notifications", "version": "2.0.21", "content_security_policy": "script-src 'unsafe-eval' 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com\/ga.js https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js https:\/\/api.mixpanel.com chrome-extension:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js; object-src 'self'", "permissions": [ "notifications", "https:\/\/*.zendesk.com\/", "storage", "tabs" ], "icons": { "16": "logo_smallNEW.png", "48": "logo_smallNEW.png", "128": "logo_smallNEW.png" }, "browser_action": { "default_popup": "index.html", "default_icon": "logo_smallNEW.png" }, "manifest_version": 2, "background": { "scripts": [ "axios.min.js", "background.js" ] } } |