Time-Tracker

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

Co to jest Time-Tracker?

Time-Tracker to rozszerzenie Chrome opracowane przez https://phistuck-app.appspot.com, a jego główną funkcją jest „A time tracking utility for tracking working hours, overtime, under-time, with spreadsheet compliant reports.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Time-Tracker

Pobierz pliki rozszerzeń Time-Tracker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Time-Tracker Time-Tracker
ID kponnmlifpfomhjokahcjfhnmpieoddd
Oficjalny URL https://chromewebstore.google.com/detail/time-tracker/kponnmlifpfomhjokahcjfhnmpieoddd
Opis A time tracking utility for tracking working hours, overtime, under-time, with spreadsheet compliant reports.
Rozmiar pliku 12.38 KB
Liczba instalacji 17
Aktualna Wersja 0.0.0.4
Ostatnia Aktualizacja 2023-02-22
Data Publikacji 2015-06-10
Deweloper https://phistuck-app.appspot.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://phistuck-app.appspot.com/bugs?extension=Time%20Tracker
Obsługiwane Języki 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"
        ]
    }
}