Zendesk View Monitor
Notifies on new tickets arriving in specific view in your Zendesk
Qu'est-ce que Zendesk View Monitor ?
Zendesk View Monitor est une extension Chrome développée par onesoma, et sa fonction principale est "Notifies on new tickets arriving in specific view in your Zendesk".
Télécharger le fichier CRX de l'extension Zendesk View Monitor
Téléchargez les fichiers d'extension Zendesk View Monitor 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
This extension allows an agent in Zendesk to monitor one view, and see a visual notification when new tickets arrive in that view. Handy if you don't have permissions to modify triggers etc to set up in product notifications. Uses the session authentication in your browser, so you need to log in to your Zendesk Support instance first to allow it to work. Configure with: 1. Subdomain 2. ID of the view to monitor Note: Please consider this as beta software. The fact that only one view can be configured is kind of limiting. It works fine for my purposes, but your mileage may vary. I'm happy to hear your feedback though!
Informations de Base sur l'Extension
Nom | ![]() |
ID | loeebiaaljoddaamnjpeabbijhlphddf |
URL Officiel | https://chrome.google.com/webstore/detail/zendesk-view-monitor/loeebiaaljoddaamnjpeabbijhlphddf |
Description | Notifies on new tickets arriving in specific view in your Zendesk |
Taille du Fichier | 8.39 KB |
Nombre d'Installations | 220 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2017-05-16 |
Date de Publication | 2017-05-16 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | onesoma |
Type de Paiement | free |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zendesk View Monitor", "description": "Notifies on new tickets arriving in specific view in your Zendesk", "version": "1.1.1", "browser_action": { "default_icon": "icon_grey19x19.png", "default_popup": "popup.html", "default_title": "Waiting for connection" }, "permissions": [ "alarms", "https:\/\/*.zendesk.com\/", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "options_ui": { "page": "options.html", "chrome_style": true } } |