Kanban WIP for Trello (modif. by zrocketer)

Adds work-in-progress limits to Trello lists supporting a Kanban workflow. Plus adds exclusion of cards with some labels.

Kanban WIP for Trello (modif. by zrocketer)란 무엇입니까?

Kanban WIP for Trello (modif. by zrocketer)은(는) zrocketer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds work-in-progress limits to Trello lists supporting a Kanban workflow. Plus adds exclusion of cards with some labels."입니다.

확장 프로그램 스크린샷

screenshot

Kanban WIP for Trello (modif. by zrocketer) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This Google Chrome extension is modified extension TrelloWIPLimits (NateHark).

Install

Install Kanban WIP for Trello (modif. by zrocketer) 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 "My list [6 gy]", this sets a work-in-progress limit of 6 items to the My list, except for cards with a (g)reen and (y)ellow labels. When the number of cards in the My list exceeds 6 (without cards with green and yellow labels), the list will be highlighted in red.

Сharacter values to exclusions:
g - green label;
y - yellow label;
r - red label;
b - blue label;
s - sky label;
l - lime label;
p - pink label.                    

확장 프로그램 기본 정보

이름 Kanban WIP for Trello (modif. by zrocketer) Kanban WIP for Trello (modif. by zrocketer)
ID oegedlgmehpmgbdjgpoaeanedoikdbob
공식 URL https://chromewebstore.google.com/detail/kanban-wip-for-trello-mod/oegedlgmehpmgbdjgpoaeanedoikdbob
설명 Adds work-in-progress limits to Trello lists supporting a Kanban workflow. Plus adds exclusion of cards with some labels.
파일 크기 7.65 KB
설치 횟수 80
현재 버전 1.0.33
최근 업데이트 2018-12-18
출시 날짜 2018-12-18
평점 5.00/5 총 2 개의 평점
개발자 zrocketer
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Rocking-horse/TrelloWIPLimits-exclusions
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kanban WIP for Trello (modif. by zrocketer)",
    "version": "1.0.33",
    "description": "Adds work-in-progress limits to Trello lists supporting a Kanban workflow. Plus adds exclusion of cards with some labels.",
    "icons": {
        "128": "icon.png"
    },
    "author": "Nathan Harkenrider and Maksim Malaleuski",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "css": [
                "extension.css"
            ],
            "js": [
                "extension.js"
            ]
        }
    ],
    "homepage_url": "https:\/\/github.com\/Rocking-horse\/TrelloWIPLimits-exclusions"
}