Zammad Time Recorder
Record Zammad ticket time
Wat is Zammad Time Recorder?
Zammad Time Recorder is een Chrome-extensie ontwikkeld door https://glarotech.ch, en de belangrijkste functie is "Record Zammad ticket time".
Extensie Screenshots
Download het CRX-bestand van de extensie Zammad Time Recorder
Download Zammad Time Recorder-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
Record Zammad ticket time Track time spent answering a Zammad ticket and notify a webhook once the reply has been sent. So you can track the total amount of time spending on replay to a ticket.
Basisinformatie over de Extensie
Naam | |
ID | gcdcinjepidacalnccceacfgenooejbh |
Officiële URL | https://chromewebstore.google.com/detail/zammad-time-recorder/gcdcinjepidacalnccceacfgenooejbh |
Beschrijving | Record Zammad ticket time |
Bestandsgrootte | 60.72 KB |
Aantal Installaties | 46 |
Huidige Versie | 1.0.10 |
Laatst Bijgewerkt | 2023-09-21 |
Publicatiedatum | 2020-02-23 |
Ontwikkelaar | https://glarotech.ch |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.glarotech.ch/datenschutzerklaerung |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Zammad Time Recorder", "version": "1.0.10", "description": "Record Zammad ticket time", "author": "Glarotech GmbH", "homepage_url": "https:\/\/www.glarotech.ch\/", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "webRequest", "activeTab", "storage" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "tracker.js" ] } ], "options_ui": { "page": "settings\/options.html" } } |