Notify-Me for Zendesk
Real time Zendesk Ticket Notifications
Qu'est-ce que Notify-Me for Zendesk ?
Notify-Me for Zendesk est une extension Chrome développée par https://www.notifyme.live, et sa fonction principale est "Real time Zendesk Ticket Notifications".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Notify-Me for Zendesk
Téléchargez les fichiers d'extension Notify-Me for Zendesk au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Notify-Me for Zendesk |
ID | akndeknkfbncfoalobhohpegmpffibii |
URL Officiel | https://chromewebstore.google.com/detail/notify-me-for-zendesk/akndeknkfbncfoalobhohpegmpffibii |
Description | Real time Zendesk Ticket Notifications |
Taille du Fichier | 2.68 MB |
Nombre d'Installations | 3,206 |
Version Actuelle | 2.0.21 |
Dernière Mise à Jour | 2024-01-25 |
Date de Publication | 2017-10-07 |
Évaluation | 4.06/5 Total 34 Évaluations |
Développeur | https://www.notifyme.live |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | Https://www.notifyme.live |
URL de la Page d'Aide | Https://www.notifyme.live/contact-us |
Langues Prises en Charge | 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" ] } } |