Zendesk Alerts
Notifications/alerts for Zendesk tickets
Wat is Zendesk Alerts?
Zendesk Alerts is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Notifications/alerts for Zendesk tickets".
Extensie Screenshots
Download het CRX-bestand van de extensie Zendesk Alerts
Download Zendesk Alerts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Zendesk Alerts |
ID | cblbbikodhoplndgnmefnbeolnhnbbkf |
Officiële URL | https://chromewebstore.google.com/detail/zendesk-alerts/cblbbikodhoplndgnmefnbeolnhnbbkf |
Beschrijving | Notifications/alerts for Zendesk tickets |
Bestandsgrootte | 10.32 KB |
Aantal Installaties | 203 |
Huidige Versie | 2.2 |
Laatst Bijgewerkt | 2019-07-17 |
Publicatiedatum | 2019-07-17 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |