Red Labels for Pivotal Tracker

Want to see which Pivotal Tracker stories you can work on? Turn any "blocked" or "needs " stories red so they stand out!

什麼是Red Labels for Pivotal Tracker?

Red Labels for Pivotal Tracker是由Mike Kenyon開發的Chrome擴展程式,該擴展的主要功能是“Want to see which Pivotal Tracker stories you can work on? Turn any "blocked" or "needs " stories red so they stand out!”。

擴展截圖

screenshot

下載Red Labels for Pivotal Tracker擴展crx文件

下載Red Labels for Pivotal Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Add some color to the Pivotal Tracker labels that slow down development.

Any stories with a label of "blocked" or "needs " will be an angry red. It makes it easy for developers, product managers and designers to see what can and cannot be worked on.

My teams often use "needs assets" or "needs design" to signal our product designer or "needs detail" to alert our product manager that their attention is required.

Works anywhere without customization needed! You can onboard someone to your team easily. You can install this on a new computer. You can set up any number of Pivotal Tracker projects. Red Labels for Pivotal Trackers just works.                    

擴展基本資訊

名稱 Red Labels for Pivotal Tracker Red Labels for Pivotal Tracker
ID agijkohaieagbidlmjjlajhlkpfoegao
官方網址 https://chromewebstore.google.com/detail/red-labels-for-pivotal-tr/agijkohaieagbidlmjjlajhlkpfoegao
簡介 Want to see which Pivotal Tracker stories you can work on? Turn any "blocked" or "needs " stories red so they stand out!
檔案大小 14.35 KB
安裝次數 802
目前版本 1.3.1
更新時間 2020-02-29
上架時間 2020-02-29
評分 4.80/5 共 15 次評分
開發者 Mike Kenyon
付費類型 free
擴展官網 https://github.com/michaelabon/red-labels-for-pivotal-tracker
說明頁面URL https://github.com/michaelabon/red-labels-for-pivotal-tracker/issues
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Red Labels for Pivotal Tracker",
    "version": "1.3.1",
    "manifest_version": 2,
    "author": "Mike Kenyon",
    "description": "Want to see which Pivotal Tracker stories you can work on? Turn any \"blocked\" or \"needs \" stories red so they stand out!",
    "homepage_url": "https:\/\/github.com\/mkenyon\/red-labels-for-pivotal-tracker",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "http:\/\/www.pivotaltracker.com\/*",
        "https:\/\/www.pivotaltracker.com\/*"
    ],
    "short_name": "Red Labels",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.pivotaltracker.com\/*",
                "https:\/\/www.pivotaltracker.com\/*"
            ],
            "js": [
                "src\/inject\/isLabelEligible.js",
                "src\/inject\/inject.js"
            ],
            "css": [
                "css\/inject\/inject.css"
            ]
        }
    ]
}