Notify-Me for Zendesk
Real time Zendesk Ticket Notifications
Cos'è Notify-Me for Zendesk?
Notify-Me for Zendesk è un'estensione di Chrome sviluppata da https://www.notifyme.live, e la sua funzione principale è "Real time Zendesk Ticket Notifications".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Notify-Me for Zendesk
Scarica i file di estensione Notify-Me for Zendesk in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Notify-Me for Zendesk |
ID | akndeknkfbncfoalobhohpegmpffibii |
URL Ufficiale | https://chromewebstore.google.com/detail/notify-me-for-zendesk/akndeknkfbncfoalobhohpegmpffibii |
Descrizione | Real time Zendesk Ticket Notifications |
Dimensione del File | 2.68 MB |
Conteggio Installazioni | 3,206 |
Versione Corrente | 2.0.21 |
Ultimo Aggiornamento | 2024-01-25 |
Data di Pubblicazione | 2017-10-07 |
Valutazione | 4.06/5 Totale 34 Valutazioni |
Sviluppatore | https://www.notifyme.live |
[email protected] | |
Tipo di Pagamento | in_app |
Sito Web dell'Estensione | Https://www.notifyme.live |
URL della Pagina di Aiuto | Https://www.notifyme.live/contact-us |
Lingue Supportate | 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" ] } } |