ZenDesk Refresher
Automatically refreshes the ZenDesk Ticket Counts for the different views
Co je ZenDesk Refresher?
ZenDesk Refresher je rozšíření Chrome vyvinuté booleanbean, a jeho hlavní funkcí je „Automatically refreshes the ZenDesk Ticket Counts for the different views“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření ZenDesk Refresher
Stáhněte si soubory rozšíření ZenDesk Refresher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | ZenDesk Refresher |
ID | kbnadckimgmhcchlnoddmihobfmloocp |
Oficiální URL | https://chromewebstore.google.com/detail/zendesk-refresher/kbnadckimgmhcchlnoddmihobfmloocp |
Popis | Automatically refreshes the ZenDesk Ticket Counts for the different views |
Velikost souboru | 39.64 KB |
Počet instalací | 6,555 |
Aktuální Verze | 0.1.4 |
Poslední Aktualizace | 2023-07-21 |
Datum Vydání | 2023-01-16 |
Hodnocení | 4.31/5 Celkem 16 Hodnocení |
Vývojář | booleanbean |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/scott-w-maxwell/ZenDeskFilterRefresh |
URL Stránky Nápovědy | https://github.com/scott-w-maxwell/ZenDeskFilterRefresh |
Podporované Jazyky | 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\/*" ] } |