Time-Tracker

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

Hvad er Time-Tracker?

Time-Tracker er en Chrome-udvidelse udviklet af https://phistuck-app.appspot.com, og dens hovedfunktion er "A time tracking utility for tracking working hours, overtime, under-time, with spreadsheet compliant reports.".

Udvidelsesskærmbilleder

screenshot

Download Time-Tracker-udvidelses-CRX-fil

Download Time-Tracker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Time-Tracker Time-Tracker
ID kponnmlifpfomhjokahcjfhnmpieoddd
Officiel URL https://chromewebstore.google.com/detail/time-tracker/kponnmlifpfomhjokahcjfhnmpieoddd
Beskrivelse A time tracking utility for tracking working hours, overtime, under-time, with spreadsheet compliant reports.
Filstørrelse 12.38 KB
Antal Installationer 17
Nuværende Version 0.0.0.4
Senest Opdateret 2023-02-22
Udgivelsesdato 2015-06-10
Udvikler https://phistuck-app.appspot.com
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL https://phistuck-app.appspot.com/bugs?extension=Time%20Tracker
Understøttede Sprog 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"
        ]
    }
}