Kanban WIP for Trello

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

Wat is Kanban WIP for Trello?

Kanban WIP for Trello is een Chrome-extensie ontwikkeld door NateHark, en de belangrijkste functie is "Adds work-in-progress limits to Trello lists supporting a Kanban workflow.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Kanban WIP for Trello

Download Kanban WIP for Trello-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Kanban WIP for Trello Kanban WIP for Trello
ID oekefjibcnongmmmmkdiofgeppfkmdii
Officiële URL https://chromewebstore.google.com/detail/kanban-wip-for-trello/oekefjibcnongmmmmkdiofgeppfkmdii
Beschrijving Adds work-in-progress limits to Trello lists supporting a Kanban workflow.
Bestandsgrootte 31.8 KB
Aantal Installaties 9,432
Huidige Versie 1.0.3
Laatst Bijgewerkt 2017-08-02
Publicatiedatum 2017-08-01
Beoordeling 4.39/5 Totaal 56 Beoordelingen
Ontwikkelaar NateHark
Betalingswijze free
Extensiewebsite https://github.com/NateHark/TrelloWIPLimits
Help Pagina-URL https://github.com/NateHark/TrelloWIPLimits/issues
Ondersteunde Talen 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"
}