Zendesk Alerts
Notifications/alerts for Zendesk tickets
Zendesk Alerts là gì?
Zendesk Alerts là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Notifications/alerts for Zendesk tickets".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Zendesk Alerts
Tải xuống các tệp mở rộng Zendesk Alerts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Zendesk Alerts |
ID | cblbbikodhoplndgnmefnbeolnhnbbkf |
URL Chính Thức | https://chromewebstore.google.com/detail/zendesk-alerts/cblbbikodhoplndgnmefnbeolnhnbbkf |
Mô tả | Notifications/alerts for Zendesk tickets |
Kích Thước Tệp | 10.32 KB |
Số Lần Cài Đặt | 203 |
Phiên Bản Hiện Tại | 2.2 |
Cập Nhật Lần Cuối | 2019-07-17 |
Ngày Phát Hành | 2019-07-17 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |