ZenDesk Refresher
Automatically refreshes the ZenDesk Ticket Counts for the different views
ZenDesk Refresherคืออะไร?
ZenDesk Refresher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย booleanbean และคุณลักษณะหลักของมันคือ "Automatically refreshes the ZenDesk Ticket Counts for the different views"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ZenDesk Refresher
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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\/*" ] } |