Notify-Me for Zendesk
Real time Zendesk Ticket Notifications
¿Qué es Notify-Me for Zendesk?
Notify-Me for Zendesk es una extensión de Chrome desarrollada por https://www.notifyme.live, y su función principal es "Real time Zendesk Ticket Notifications".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Notify-Me for Zendesk
Descarga archivos de extensión Notify-Me for Zendesk en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Notify-Me for Zendesk |
ID | akndeknkfbncfoalobhohpegmpffibii |
URL Oficial | https://chromewebstore.google.com/detail/notify-me-for-zendesk/akndeknkfbncfoalobhohpegmpffibii |
Descripción | Real time Zendesk Ticket Notifications |
Tamaño del Archivo | 2.68 MB |
Cantidad de Instalaciones | 3,206 |
Versión Actual | 2.0.21 |
Última Actualización | 2024-01-25 |
Fecha de Publicación | 2017-10-07 |
Calificación | 4.06/5 Total de 34 Calificaciones |
Desarrollador | https://www.notifyme.live |
Correo electrónico | [email protected] |
Tipo de Pago | in_app |
Sitio Web de la Extensión | Https://www.notifyme.live |
URL de la Página de Ayuda | Https://www.notifyme.live/contact-us |
Idiomas Soportados | 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" ] } } |