ZenDesk Refresher
Automatically refreshes the ZenDesk Ticket Counts for the different views
Wat is ZenDesk Refresher?
ZenDesk Refresher is een Chrome-extensie ontwikkeld door booleanbean, en de belangrijkste functie is "Automatically refreshes the ZenDesk Ticket Counts for the different views".
Extensie Screenshots
Download het CRX-bestand van de extensie ZenDesk Refresher
Download ZenDesk Refresher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | ZenDesk Refresher |
ID | kbnadckimgmhcchlnoddmihobfmloocp |
Officiële URL | https://chromewebstore.google.com/detail/zendesk-refresher/kbnadckimgmhcchlnoddmihobfmloocp |
Beschrijving | Automatically refreshes the ZenDesk Ticket Counts for the different views |
Bestandsgrootte | 39.64 KB |
Aantal Installaties | 6,555 |
Huidige Versie | 0.1.4 |
Laatst Bijgewerkt | 2023-07-21 |
Publicatiedatum | 2023-01-16 |
Beoordeling | 4.31/5 Totaal 16 Beoordelingen |
Ontwikkelaar | booleanbean |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/scott-w-maxwell/ZenDeskFilterRefresh |
Help Pagina-URL | https://github.com/scott-w-maxwell/ZenDeskFilterRefresh |
Ondersteunde Talen | 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\/*" ] } |