Time-Tracker

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

什麼是Time-Tracker?

Time-Tracker是由https://phistuck-app.appspot.com開發的Chrome擴展程式,該擴展的主要功能是“A time tracking utility for tracking working hours, overtime, under-time, with spreadsheet compliant reports.”。

擴展截圖

screenshot

下載Time-Tracker擴展crx文件

下載Time-Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Time-Tracker Time-Tracker
ID kponnmlifpfomhjokahcjfhnmpieoddd
官方網址 https://chromewebstore.google.com/detail/time-tracker/kponnmlifpfomhjokahcjfhnmpieoddd
簡介 A time tracking utility for tracking working hours, overtime, under-time, with spreadsheet compliant reports.
檔案大小 12.38 KB
安裝次數 17
目前版本 0.0.0.4
更新時間 2023-02-22
上架時間 2015-06-10
開發者 https://phistuck-app.appspot.com
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://phistuck-app.appspot.com/bugs?extension=Time%20Tracker
支援的語言 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"
        ]
    }
}