Zammad Time Recorder

Record Zammad ticket time

Cos'è Zammad Time Recorder?

Zammad Time Recorder è un'estensione di Chrome sviluppata da https://glarotech.ch, e la sua funzione principale è "Record Zammad ticket time".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Zammad Time Recorder

Scarica i file di estensione Zammad Time Recorder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Zammad Time Recorder Zammad Time Recorder
ID gcdcinjepidacalnccceacfgenooejbh
URL Ufficiale https://chromewebstore.google.com/detail/zammad-time-recorder/gcdcinjepidacalnccceacfgenooejbh
Descrizione Record Zammad ticket time
Dimensione del File 60.72 KB
Conteggio Installazioni 46
Versione Corrente 1.0.10
Ultimo Aggiornamento 2023-09-21
Data di Pubblicazione 2020-02-23
Sviluppatore https://glarotech.ch
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.glarotech.ch/datenschutzerklaerung
Lingue Supportate 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"
    }
}