Notify-Me for Zendesk
Real time Zendesk Ticket Notifications
Notify-Me for Zendesk क्या है?
Notify-Me for Zendesk https://www.notifyme.live द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Real time Zendesk Ticket Notifications"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Notify-Me for Zendesk एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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" ] } } |