Time-Tracker

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

Apa itu Time-Tracker?

Time-Tracker adalah ekstensi Chrome yang dikembangkan oleh https://phistuck-app.appspot.com, dan fitur utamanya adalah "A time tracking utility for tracking working hours, overtime, under-time, with spreadsheet compliant reports.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Time-Tracker

Unduh file ekstensi Time-Tracker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Time-Tracker Time-Tracker
ID kponnmlifpfomhjokahcjfhnmpieoddd
URL Resmi https://chromewebstore.google.com/detail/time-tracker/kponnmlifpfomhjokahcjfhnmpieoddd
Deskripsi A time tracking utility for tracking working hours, overtime, under-time, with spreadsheet compliant reports.
Ukuran File 12.38 KB
Jumlah Instalasi 17
Versi Saat Ini 0.0.0.4
Terakhir Diperbarui 2023-02-22
Tanggal Publikasi 2015-06-10
Pengembang https://phistuck-app.appspot.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://phistuck-app.appspot.com/bugs?extension=Time%20Tracker
Bahasa yang Didukung 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"
        ]
    }
}