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 là gì?

Red Labels for Pivotal Tracker là một tiện ích mở rộng Chrome được phát triển bởi Mike Kenyon, và tính năng chính của nó là "Want to see which Pivotal Tracker stories you can work on? Turn any "blocked" or "needs " stories red so they stand out!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Red Labels for Pivotal Tracker

Tải xuống các tệp mở rộng Red Labels for Pivotal 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Red Labels for Pivotal Tracker Red Labels for Pivotal Tracker
ID agijkohaieagbidlmjjlajhlkpfoegao
URL Chính Thức https://chromewebstore.google.com/detail/red-labels-for-pivotal-tr/agijkohaieagbidlmjjlajhlkpfoegao
Mô tả Want to see which Pivotal Tracker stories you can work on? Turn any "blocked" or "needs " stories red so they stand out!
Kích Thước Tệp 14.35 KB
Số Lần Cài Đặt 802
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2020-02-29
Ngày Phát Hành 2020-02-29
Đánh Giá 4.80/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Mike Kenyon
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/michaelabon/red-labels-for-pivotal-tracker
URL Trang Trợ Giúp https://github.com/michaelabon/red-labels-for-pivotal-tracker/issues
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}