Time-Tracker

A time tracking utility for tracking working hours, overtime, under-time, with spreadsheet compliant reports.

Cos'è Time-Tracker?

Time-Tracker è un'estensione di Chrome sviluppata da https://phistuck-app.appspot.com, e la sua funzione principale è "A time tracking utility for tracking working hours, overtime, under-time, with spreadsheet compliant reports.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Time-Tracker

Scarica i file di estensione Time-Tracker 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

                        A daily working hour time tracking helper, with periodic and daily overtime calculations, import, export and a table creation for spreadsheet editors, for outsourced employees or hour based salaries.

You enter the start time(s) and end time(s) every day as well as the expected working day duration and it calculates the overtime/under-time.


Usage -
Go to chrome-extension://kponnmlifpfomhjokahcjfhnmpieoddd/Time-Tracker.html

Note - this helper is not for everyone, because it is not intuitive at first.
If you are desperate to try it out, reach out and I will help.                    

Informazioni di Base sull'Estensione

Nome Time-Tracker Time-Tracker
ID kponnmlifpfomhjokahcjfhnmpieoddd
URL Ufficiale https://chromewebstore.google.com/detail/time-tracker/kponnmlifpfomhjokahcjfhnmpieoddd
Descrizione A time tracking utility for tracking working hours, overtime, under-time, with spreadsheet compliant reports.
Dimensione del File 12.38 KB
Conteggio Installazioni 17
Versione Corrente 0.0.0.4
Ultimo Aggiornamento 2023-02-22
Data di Pubblicazione 2015-06-10
Sviluppatore https://phistuck-app.appspot.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://phistuck-app.appspot.com/bugs?extension=Time%20Tracker
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time-Tracker",
    "description": "A time tracking utility for tracking working hours, overtime, under-time, with spreadsheet compliant reports.",
    "version": "0.0.0.4",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}