Notify-Me for Zendesk
Real time Zendesk Ticket Notifications
Vad är Notify-Me for Zendesk?
Notify-Me for Zendesk är en Chrome-tillägg utvecklad av https://www.notifyme.live, och dess huvudfunktion är "Real time Zendesk Ticket Notifications".
Tilläggsskärmbilder
Ladda ner Notify-Me for Zendesk-förlängningens CRX-fil
Ladda ner Notify-Me for Zendesk-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Notify-Me for Zendesk |
ID | akndeknkfbncfoalobhohpegmpffibii |
Officiell webbadress | https://chromewebstore.google.com/detail/notify-me-for-zendesk/akndeknkfbncfoalobhohpegmpffibii |
Beskrivning | Real time Zendesk Ticket Notifications |
Filstorlek | 2.68 MB |
Antal Installationer | 3,206 |
Aktuell Version | 2.0.21 |
Senast Uppdaterad | 2024-01-25 |
Publiceringsdatum | 2017-10-07 |
Betyg | 4.06/5 Totalt 34 Betyg |
Utvecklare | https://www.notifyme.live |
E-post | [email protected] |
Betalningssätt | in_app |
Tilläggswebbplats | Https://www.notifyme.live |
Hjälpsida URL | Https://www.notifyme.live/contact-us |
Stödda Språk | 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" ] } } |