Time-Tracker

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

Vad är Time-Tracker?

Time-Tracker är en Chrome-tillägg utvecklad av https://phistuck-app.appspot.com, och dess huvudfunktion är "A time tracking utility for tracking working hours, overtime, under-time, with spreadsheet compliant reports.".

Tilläggsskärmbilder

screenshot

Ladda ner Time-Tracker-förlängningens CRX-fil

Ladda ner Time-Tracker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Time-Tracker Time-Tracker
ID kponnmlifpfomhjokahcjfhnmpieoddd
Officiell webbadress https://chromewebstore.google.com/detail/time-tracker/kponnmlifpfomhjokahcjfhnmpieoddd
Beskrivning A time tracking utility for tracking working hours, overtime, under-time, with spreadsheet compliant reports.
Filstorlek 12.38 KB
Antal Installationer 17
Aktuell Version 0.0.0.4
Senast Uppdaterad 2023-02-22
Publiceringsdatum 2015-06-10
Utvecklare https://phistuck-app.appspot.com
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://phistuck-app.appspot.com/bugs?extension=Time%20Tracker
Stödda Språk 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"
        ]
    }
}