Kanban WIP for Trello

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

Kanban WIP for Trello란 무엇입니까?

Kanban WIP for Trello은(는) NateHark에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds work-in-progress limits to Trello lists supporting a Kanban workflow."입니다.

확장 프로그램 스크린샷

screenshot

Kanban WIP for Trello 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}