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 |
Eメール | [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" ] } } |