Time-Tracker

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

Wat is Time-Tracker?

Time-Tracker is een Chrome-extensie ontwikkeld door https://phistuck-app.appspot.com, en de belangrijkste functie is "A time tracking utility for tracking working hours, overtime, under-time, with spreadsheet compliant reports.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Time-Tracker

Download Time-Tracker-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

                        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.                    

Basisinformatie over de Extensie

Naam Time-Tracker Time-Tracker
ID kponnmlifpfomhjokahcjfhnmpieoddd
Officiële URL https://chromewebstore.google.com/detail/time-tracker/kponnmlifpfomhjokahcjfhnmpieoddd
Beschrijving A time tracking utility for tracking working hours, overtime, under-time, with spreadsheet compliant reports.
Bestandsgrootte 12.38 KB
Aantal Installaties 17
Huidige Versie 0.0.0.4
Laatst Bijgewerkt 2023-02-22
Publicatiedatum 2015-06-10
Ontwikkelaar https://phistuck-app.appspot.com
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://phistuck-app.appspot.com/bugs?extension=Time%20Tracker
Ondersteunde Talen 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"
        ]
    }
}