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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | 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" ] } } |