YouTrack Time Tracker
Adds Start/Stop button to track time in YouTrack.
YouTrack Time Tracker क्या है?
YouTrack Time Tracker Sergey Korzh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds Start/Stop button to track time in YouTrack."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTrack Time Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" } |