Azure DevOps Tracker
Track your favourite Azure DevOps work items.
Azure DevOps Tracker क्या है?
Azure DevOps Tracker Mo Jiwa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track your favourite Azure DevOps work items."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Azure DevOps Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows the user to navigate to and track Azure DevOps work items based on their ID. The tracking of items also allows the user to be able to see related child and parent items by expanding on a tracked node. Tracked items are persisted and synced across your profiles. This is an excellent tool for monitoring the most important work items to you, or for managing work items - giving you a clear overview of each item, its state and current progress - as well as who is assigned to it.
एक्सटेंशन की मूल जानकारी
नाम | Azure DevOps Tracker |
ID | pofdeeafbmacahfijoccmnkkakogieec |
आधिकारिक URL | https://chromewebstore.google.com/detail/azure-devops-tracker/pofdeeafbmacahfijoccmnkkakogieec |
विवरण | Track your favourite Azure DevOps work items. |
फ़ाइल का आकार | 360 KB |
स्थापना संख्या | 76 |
वर्तमान संस्करण | 1.83 |
अंतिम अपडेट | 2021-04-01 |
प्रकाशन तिथि | 2021-04-01 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Mo Jiwa |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://mojiwa.com |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Azure DevOps Tracker", "options_page": "options.html", "version": "1.83", "description": "Track your favourite Azure DevOps work items.", "short_name": "Azure DevOps Tracker", "permissions": [ "activeTab", "storage" ], "browser_action": { "default_title": "Track your work items", "default_popup": "tfs_tracker.html", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "128": "icons\/icon128.png" }, "background": { "persistend": false, "scripts": [ "main.js", "tailwindcss.css", "custom.css", "options.js" ] } } } |