Time-Tracker
A time tracking utility for tracking working hours, overtime, under-time, with spreadsheet compliant reports.
What is Time-Tracker?
Time-Tracker is a Chrome extension developed by https://phistuck-app.appspot.com, and its main feature is "A time tracking utility for tracking working hours, overtime, under-time, with spreadsheet compliant reports.".
Extension Screenshots
Download Time-Tracker Extension CRX File
Download Time-Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Time-Tracker |
ID | kponnmlifpfomhjokahcjfhnmpieoddd |
Official URL | https://chromewebstore.google.com/detail/time-tracker/kponnmlifpfomhjokahcjfhnmpieoddd |
Description | A time tracking utility for tracking working hours, overtime, under-time, with spreadsheet compliant reports. |
File Size | 12.38 KB |
Installation Count | 17 |
Current Version | 0.0.0.4 |
Last Updated | 2023-02-22 |
Publish Date | 2015-06-10 |
Developer | https://phistuck-app.appspot.com |
[email protected] | |
Payment Type | free |
Help Page URL | https://phistuck-app.appspot.com/bugs?extension=Time%20Tracker |
Supported Languages | 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" ] } } |