Azure DevOps Tracker
Track your favourite Azure DevOps work items.
Azure DevOps Trackerとは何ですか?
Azure DevOps TrackerはMo Jiwaによって開発されたChromeの拡張機能で、その主な機能は「Track your favourite Azure DevOps work items.」です。
拡張機能のスクリーンショット
Azure DevOps Tracker拡張機能のCRXファイルをダウンロード
Azure DevOps Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } } } |