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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mike Kenyon และคุณลักษณะหลักของมันคือ "Want to see which Pivotal Tracker stories you can work on? Turn any "blocked" or "needs " stories red so they stand out!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Red Labels for Pivotal Tracker

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
            ]
        }
    ]
}