ZenDesk Refresher
Automatically refreshes the ZenDesk Ticket Counts for the different views
ZenDesk Refresher là gì?
ZenDesk Refresher là một tiện ích mở rộng Chrome được phát triển bởi booleanbean, và tính năng chính của nó là "Automatically refreshes the ZenDesk Ticket Counts for the different views".
Ả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 Refresher
Tải xuống các tệp mở rộng ZenDesk Refresher 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
Upon installation, this extension will check if the site visited is a ZenDesk support domain. Once it detects you have, it will inject a script to refresh the ticket count automatically so that you know when a customer has responded or created a new ticket. You can change the amount of time between refreshes by clicking the extension icon. This extension is open source and no data is collected. Select "Website" to the right to view the code. Update 0.1.4 changes: - Fixed issue with interference with CC - Removed history permission and replaced with webNavigation permission
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ZenDesk Refresher |
ID | kbnadckimgmhcchlnoddmihobfmloocp |
URL Chính Thức | https://chromewebstore.google.com/detail/zendesk-refresher/kbnadckimgmhcchlnoddmihobfmloocp |
Mô tả | Automatically refreshes the ZenDesk Ticket Counts for the different views |
Kích Thước Tệp | 39.64 KB |
Số Lần Cài Đặt | 6,555 |
Phiên Bản Hiện Tại | 0.1.4 |
Cập Nhật Lần Cuối | 2023-07-21 |
Ngày Phát Hành | 2023-01-16 |
Đánh Giá | 4.31/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | booleanbean |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/scott-w-maxwell/ZenDeskFilterRefresh |
URL Trang Trợ Giúp | https://github.com/scott-w-maxwell/ZenDeskFilterRefresh |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ZenDesk Refresher", "description": "Automatically refreshes the ZenDesk Ticket Counts for the different views", "version": "0.1.4", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "128": "icon.png" }, "permissions": [ "scripting", "storage", "tabs", "webNavigation" ], "host_permissions": [ "https:\/\/*.zendesk.com\/agent\/*" ] } |