YouTrack Time Tracker
Adds Start/Stop button to track time in YouTrack.
YouTrack Time Trackerとは何ですか?
YouTrack Time TrackerはSergey Korzhによって開発されたChromeの拡張機能で、その主な機能は「Adds Start/Stop button to track time in YouTrack.」です。
拡張機能のスクリーンショット
YouTrack Time Tracker拡張機能のCRXファイルをダウンロード
YouTrack Time Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
YouTrack Time Tracker is a Chrome extension that provides a convenient and efficient way to track time in the YouTrack. This extension allows users to add a start/stop button on the issue page, which makes it easy to keep track of time spent on specific tasks or projects. With YouTrack Time Tracker, users can seamlessly integrate time tracking into their workflow without the need for manual tracking or additional tools. The extension is designed to be user-friendly, intuitive, and easy to install, making it ideal for professionals, teams, and organizations looking to streamline their time tracking process. It is a valuable tool for anyone who needs to track their time in the YouTrack Project management tool, as it helps users to manage their time more effectively, increase productivity, and optimize their workflow. Github repository: https://github.com/ikorgik/youtrack-timer
拡張機能の基本情報
名前 | YouTrack Time Tracker |
ID | nahoodjdihpfpfjiblalpnkaanebkdnf |
公式URL | https://chromewebstore.google.com/detail/youtrack-time-tracker/nahoodjdihpfpfjiblalpnkaanebkdnf |
説明 | Adds Start/Stop button to track time in YouTrack. |
ファイルサイズ | 162 KB |
インストール数 | 113 |
現在のバージョン | 1.0.7 |
最終更新日 | 2024-01-03 |
公開日 | 2023-04-10 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Sergey Korzh |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "content_scripts": [ { "js": [ "js\/api.js", "js\/content-script.js" ], "matches": [ "https:\/\/*.youtrack.cloud\/*" ], "css": [ "css\/content.css" ] } ], "description": "Adds Start\/Stop button to track time in YouTrack.", "icons": { "128": "images\/[email protected]", "16": "images\/[email protected]", "48": "images\/[email protected]" }, "manifest_version": 3, "name": "YouTrack Time Tracker", "permissions": [ "storage" ], "action": { "default_icon": { "19": "images\/[email protected]", "38": "images\/[email protected]" }, "default_title": "Start a YouTrack timer", "default_popup": "popup.html" }, "background": { "service_worker": "service-worker.js" }, "options_page": "options.html", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.7" } |