Time-Tracker

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

Time-Trackerคืออะไร?

Time-Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://phistuck-app.appspot.com และคุณลักษณะหลักของมันคือ "A time tracking utility for tracking working hours, overtime, under-time, with spreadsheet compliant reports."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Time-Tracker

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
        ]
    }
}