ZenDesk Refresher
Automatically refreshes the ZenDesk Ticket Counts for the different views
什麼是ZenDesk Refresher?
ZenDesk Refresher是由booleanbean開發的Chrome擴展程式,該擴展的主要功能是“Automatically refreshes the ZenDesk Ticket Counts for the different views”。
擴展截圖
下載ZenDesk Refresher擴展crx文件
下載ZenDesk Refresher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | ZenDesk Refresher |
ID | kbnadckimgmhcchlnoddmihobfmloocp |
官方網址 | https://chromewebstore.google.com/detail/zendesk-refresher/kbnadckimgmhcchlnoddmihobfmloocp |
簡介 | Automatically refreshes the ZenDesk Ticket Counts for the different views |
檔案大小 | 39.64 KB |
安裝次數 | 6,555 |
目前版本 | 0.1.4 |
更新時間 | 2023-07-21 |
上架時間 | 2023-01-16 |
評分 | 4.31/5 共 16 次評分 |
開發者 | booleanbean |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/scott-w-maxwell/ZenDeskFilterRefresh |
說明頁面URL | https://github.com/scott-w-maxwell/ZenDeskFilterRefresh |
支援的語言 | 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\/*" ] } |