Azure DevOps Tracker
Track your favourite Azure DevOps work items.
Azure DevOps Tracker là gì?
Azure DevOps Tracker là một tiện ích mở rộng Chrome được phát triển bởi Mo Jiwa, và tính năng chính của nó là "Track your favourite Azure DevOps work items.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Azure DevOps Tracker
Tải xuống các tệp mở rộng Azure DevOps Tracker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Azure DevOps Tracker |
ID | pofdeeafbmacahfijoccmnkkakogieec |
URL Chính Thức | https://chromewebstore.google.com/detail/azure-devops-tracker/pofdeeafbmacahfijoccmnkkakogieec |
Mô tả | Track your favourite Azure DevOps work items. |
Kích Thước Tệp | 360 KB |
Số Lần Cài Đặt | 76 |
Phiên Bản Hiện Tại | 1.83 |
Cập Nhật Lần Cuối | 2021-04-01 |
Ngày Phát Hành | 2021-04-01 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Mo Jiwa |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://mojiwa.com |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } } |