Kanban WIP for Trello

Adds work-in-progress limits to Trello lists supporting a Kanban workflow.

Kanban WIP for Trelloคืออะไร?

Kanban WIP for Trello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NateHark และคุณลักษณะหลักของมันคือ "Adds work-in-progress limits to Trello lists supporting a Kanban workflow."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kanban WIP for Trello

ดาวน์โหลดไฟล์ส่วนขยาย Kanban WIP for Trello ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Install

Install Kanban WIP for Trello via the Chrome Web Store.

Instructions

A work-in-progress limit can be added to a Trello list by adding the limit to the list title in braces. If you name your list "QA [5]", this sets a work-in-progress limit of 5 items to the QA list. When the number of cards in the QA list exceeds 5, the list will be highlighted in red.

Updates

v1.0.3
Bug fixes

v1.0.0
Updates for performance and reliability

Issues, feature requests, bug fixes? This project is on Github at https://github.com/NateHark/TrelloWIPLimits                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Kanban WIP for Trello Kanban WIP for Trello
ID oekefjibcnongmmmmkdiofgeppfkmdii
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kanban-wip-for-trello/oekefjibcnongmmmmkdiofgeppfkmdii
คำอธิบาย Adds work-in-progress limits to Trello lists supporting a Kanban workflow.
ขนาดไฟล์ 31.8 KB
จำนวนการติดตั้ง 9,432
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2017-08-02
วันที่เผยแพร่ 2017-08-01
คะแนน 4.39/5 รวมทั้งหมด 56 คะแนน
ผู้พัฒนา NateHark
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/NateHark/TrelloWIPLimits
URL หน้าช่วยเหลือ https://github.com/NateHark/TrelloWIPLimits/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kanban WIP for Trello",
    "version": "1.0.3",
    "description": "Adds work-in-progress limits to Trello lists supporting a Kanban workflow.",
    "icons": {
        "128": "icon.png"
    },
    "author": "Nathan Harkenrider",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "css": [
                "extension.css"
            ],
            "js": [
                "extension.js"
            ]
        }
    ],
    "homepage_url": "https:\/\/github.com\/NateHark\/TrelloWIPLimits"
}