Zendesk Alerts
Notifications/alerts for Zendesk tickets
What is Zendesk Alerts?
Zendesk Alerts is a Chrome extension developed by Unknown, and its main feature is "Notifications/alerts for Zendesk tickets".
Extension Screenshots
Download Zendesk Alerts Extension CRX File
Download Zendesk Alerts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Zendesk Alerts |
ID | cblbbikodhoplndgnmefnbeolnhnbbkf |
Official URL | https://chromewebstore.google.com/detail/zendesk-alerts/cblbbikodhoplndgnmefnbeolnhnbbkf |
Description | Notifications/alerts for Zendesk tickets |
File Size | 10.32 KB |
Installation Count | 203 |
Current Version | 2.2 |
Last Updated | 2019-07-17 |
Publish Date | 2019-07-17 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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\/*" ] } |