Kanban WIP for Trello

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

Kanban WIP for Trello là gì?

Kanban WIP for Trello là một tiện ích mở rộng Chrome được phát triển bởi NateHark, và tính năng chính của nó là "Adds work-in-progress limits to Trello lists supporting a Kanban workflow.".

Ả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 Kanban WIP for Trello

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

                        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                    

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

Tên Kanban WIP for Trello Kanban WIP for Trello
ID oekefjibcnongmmmmkdiofgeppfkmdii
URL Chính Thức https://chromewebstore.google.com/detail/kanban-wip-for-trello/oekefjibcnongmmmmkdiofgeppfkmdii
Mô tả Adds work-in-progress limits to Trello lists supporting a Kanban workflow.
Kích Thước Tệp 31.8 KB
Số Lần Cài Đặt 9,432
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2017-08-02
Ngày Phát Hành 2017-08-01
Đánh Giá 4.39/5 Tổng số 56 Đánh Giá
Nhà Phát Triển NateHark
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/NateHark/TrelloWIPLimits
URL Trang Trợ Giúp https://github.com/NateHark/TrelloWIPLimits/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}