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.

Was ist Kanban WIP for Trello (modif. by zrocketer)?

Kanban WIP for Trello (modif. by zrocketer) ist eine Chrome-Erweiterung, die von zrocketer entwickelt wurde, und ihr Hauptmerkmal ist "Adds work-in-progress limits to Trello lists supporting a Kanban workflow. Plus adds exclusion of cards with some labels.".

Erweiterungsscreenshots

screenshot

Kanban WIP for Trello (modif. by zrocketer)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Kanban WIP for Trello (modif. by zrocketer)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Kanban WIP for Trello (modif. by zrocketer) Kanban WIP for Trello (modif. by zrocketer)
ID oegedlgmehpmgbdjgpoaeanedoikdbob
Offizielle URL https://chromewebstore.google.com/detail/kanban-wip-for-trello-mod/oegedlgmehpmgbdjgpoaeanedoikdbob
Beschreibung Adds work-in-progress limits to Trello lists supporting a Kanban workflow. Plus adds exclusion of cards with some labels.
Dateigröße 7.65 KB
Installationsanzahl 80
Aktuelle Version 1.0.33
Letztes Update 2018-12-18
Veröffentlichungsdatum 2018-12-18
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler zrocketer
Zahlungsart free
Erweiterungswebsite https://github.com/Rocking-horse/TrelloWIPLimits-exclusions
Unterstützte Sprachen 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"
}