CSL - Time Tracker
Edit, create and view your Daily Time Tracks & Tasks.
CSL - Time Trackerとは何ですか?
CSL - Time Trackerはadminによって開発されたChromeの拡張機能で、その主な機能は「Edit, create and view your Daily Time Tracks & Tasks.」です。
拡張機能のスクリーンショット
CSL - Time Tracker拡張機能のCRXファイルをダウンロード
CSL - Time Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is designed and developed by Cloud Science Labs for their employees to better track their daily tasks and workload. This extension helps our employees to log daily time entries and get updates for their tasks on a daily basis. The employee needs to login using this extension and start their time entries using this tool. They can choose the Project/Sprint/Tasks they are working on and start their time entry on that. They can also create tasks using this extension for their team members. There is a browser interface to login into this app as well, which you can find here: https://csl-console.uc.r.appspot.com/ In future, there will be a desktop notification for all users to remind them about their current running task and also reminders for Lunch and coffee Breaks on specific time intervals.
拡張機能の基本情報
名前 | |
ID | ohjjgdhfdmdcplfoepkmpiidomkephkg |
公式URL | https://chromewebstore.google.com/detail/csl-time-tracker/ohjjgdhfdmdcplfoepkmpiidomkephkg |
説明 | Edit, create and view your Daily Time Tracks & Tasks. |
ファイルサイズ | 2.61 MB |
インストール数 | 30 |
現在のバージョン | 1.0.3 |
最終更新日 | 2023-01-10 |
公開日 | 2022-06-10 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | admin |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.cloudsciencelabs.com/csl-timetracker-privacypolicy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CSL - Time Tracker", "version": "1.0.3", "manifest_version": 3, "action": { "default_icon": ".\/images\/icon16.png", "default_popup": ".\/login_email.html" }, "description": "Edit, create and view your Daily Time Tracks & Tasks.", "background": { "service_worker": "background.js" }, "permissions": [ "storage", "alarms", "notifications" ], "omnibox": { "keyword": "TimeTracker" }, "icons": { "16": ".\/images\/icon16.png", "48": ".\/images\/icon48.png", "128": ".\/images\/icon128.png" }, "host_permissions": [ "https:\/\/csl-console.uc.r.appspot.com\/" ] } |