Simple Time Track
Simple Time Tracking - How much time spend on tasks?
Simple Time Trackとは何ですか?
Simple Time Trackはhttps://ozana.czによって開発されたChromeの拡張機能で、その主な機能は「Simple Time Tracking - How much time spend on tasks?」です。
拡張機能のスクリーンショット
Simple Time Track拡張機能のCRXファイルをダウンロード
Simple Time Track拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple Time Tracker - Application for simple time tracking of tasks within browser running on background. TrackTime is a clean and intuitive Chrome extension that allows you to easily track time spent on tasks right in your browser. With its simple yet powerful timer interface, you can time multiple tasks simultaneously and view where your time went each day. The extension runs quietly in the background so you can start timing tasks with one click and stop them just as easily when finished. The main popup interface shows all running timers along with their elapsed time and task name. You can edit timer names or delete timers quickly as needed. TrackTime takes the headache out of manually tracking your time and provides insight into where your hours are actually spent. Give it a try for a more productive you! Data can be exported to CSV or JSON format
拡張機能の基本情報
名前 | Simple Time Track |
ID | mfklifbdkkkmmkjnglplnaaooagiapjk |
公式URL | https://chromewebstore.google.com/detail/simple-time-track/mfklifbdkkkmmkjnglplnaaooagiapjk |
説明 | Simple Time Tracking - How much time spend on tasks? |
ファイルサイズ | 108 KB |
インストール数 | 1,260 |
現在のバージョン | 3.0.4 |
最終更新日 | 2023-12-05 |
公開日 | 2017-11-13 |
評価 | 3.77/5 合計 13 レビュー |
開発者 | https://ozana.cz |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://ozana.cz |
ヘルプページのURL | https://ozana.cz |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Time Track", "description": "Simple Time Tracking - How much time spend on tasks?", "author": "[email protected]", "version": "3.0.4", "manifest_version": 3, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "default_locale": "en", "action": { "default_popup": "popup.html" }, "options_page": "options.html", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "storage" ] } |