Zendesk Alerts
Notifications/alerts for Zendesk tickets
Cos'è Zendesk Alerts?
Zendesk Alerts è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Notifications/alerts for Zendesk tickets".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Zendesk Alerts
Scarica i file di estensione Zendesk Alerts 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
Notifications/alerts for Zendesk tickets exceeding a specific threshold e.g. time since last update. Status of plugin is in beta/testing. More details to follow after more testing.
Informazioni di Base sull'Estensione
Nome | Zendesk Alerts |
ID | cblbbikodhoplndgnmefnbeolnhnbbkf |
URL Ufficiale | https://chromewebstore.google.com/detail/zendesk-alerts/cblbbikodhoplndgnmefnbeolnhnbbkf |
Descrizione | Notifications/alerts for Zendesk tickets |
Dimensione del File | 10.32 KB |
Conteggio Installazioni | 203 |
Versione Corrente | 2.2 |
Ultimo Aggiornamento | 2019-07-17 |
Data di Pubblicazione | 2019-07-17 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zendesk Alerts", "version": "2.2", "description": "Notifications\/alerts for Zendesk tickets", "icons": { "128": "icon128.png", "32": "icon32.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "default_title": "Zendesk Alerts", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "alarms", "notifications", "storage", "https:\/\/cfapi.testcf.info\/*" ] } |