ZendeskSupportNotifications
Notifies about new and updated tickets in Zendesk
ZendeskSupportNotifications là gì?
ZendeskSupportNotifications là một tiện ích mở rộng Chrome được phát triển bởi Jorge Molina, và tính năng chính của nó là "Notifies about new and updated tickets in Zendesk".
Ả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 ZendeskSupportNotifications
Tải xuống các tệp mở rộng ZendeskSupportNotifications 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
Notifies about new and updated tickets in Zendesk. ZendeskSupportNotifications notifies you when new tickets are created or updated in your zendesk help desk software. Currently supported help desk software: * Zendesk
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ZendeskSupportNotifications |
ID | glkjpldmlcngdghjominbohlfjegakfi |
URL Chính Thức | https://chromewebstore.google.com/detail/zendesksupportnotificatio/glkjpldmlcngdghjominbohlfjegakfi |
Mô tả | Notifies about new and updated tickets in Zendesk |
Kích Thước Tệp | 84.59 KB |
Số Lần Cài Đặt | 131 |
Phiên Bản Hiện Tại | 1.3.2 |
Cập Nhật Lần Cuối | 2015-05-04 |
Ngày Phát Hành | 2015-05-04 |
Đánh Giá | 1.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Jorge Molina |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ZendeskSupportNotifications", "version": "1.3.2", "manifest_version": 2, "description": "Notifies about new and updated tickets in Zendesk", "permissions": [ "notifications", "http:\/\/*.zendesk.com\/", "https:\/\/*.zendesk.com\/" ], "background": { "page": "bg.html", "persistent": true }, "options_page": "options.html", "browser_action": { "default_icon": "lgpl\/48.png", "default_title": "Support Notifications", "default_popup": "master_password.html" }, "icons": { "16": "lgpl\/16.png", "48": "lgpl\/48.png", "128": "lgpl\/128.png" }, "web_accessible_resources": [ "lgpl\/48.png" ] } |