Time-Tracker

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

Qu'est-ce que Time-Tracker ?

Time-Tracker est une extension Chrome développée par https://phistuck-app.appspot.com, et sa fonction principale est "A time tracking utility for tracking working hours, overtime, under-time, with spreadsheet compliant reports.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Time-Tracker

Téléchargez les fichiers d'extension Time-Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Time-Tracker Time-Tracker
ID kponnmlifpfomhjokahcjfhnmpieoddd
URL Officiel https://chromewebstore.google.com/detail/time-tracker/kponnmlifpfomhjokahcjfhnmpieoddd
Description A time tracking utility for tracking working hours, overtime, under-time, with spreadsheet compliant reports.
Taille du Fichier 12.38 KB
Nombre d'Installations 17
Version Actuelle 0.0.0.4
Dernière Mise à Jour 2023-02-22
Date de Publication 2015-06-10
Développeur https://phistuck-app.appspot.com
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://phistuck-app.appspot.com/bugs?extension=Time%20Tracker
Langues Prises en Charge 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"
        ]
    }
}