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.”。

扩展截图

screenshot
screenshot
screenshot

下载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 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"
            ]
        }
    }
}