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.”。
扩展截图
下载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 |
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" ] } } |