Kanban WIP for Trello
Adds work-in-progress limits to Trello lists supporting a Kanban workflow.
Co je Kanban WIP for Trello?
Kanban WIP for Trello je rozšíření Chrome vyvinuté NateHark, a jeho hlavní funkcí je „Adds work-in-progress limits to Trello lists supporting a Kanban workflow.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Kanban WIP for Trello
Stáhněte si soubory rozšíření Kanban WIP for Trello ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Kanban WIP for Trello |
ID | oekefjibcnongmmmmkdiofgeppfkmdii |
Oficiální URL | https://chromewebstore.google.com/detail/kanban-wip-for-trello/oekefjibcnongmmmmkdiofgeppfkmdii |
Popis | Adds work-in-progress limits to Trello lists supporting a Kanban workflow. |
Velikost souboru | 31.8 KB |
Počet instalací | 9,432 |
Aktuální Verze | 1.0.3 |
Poslední Aktualizace | 2017-08-02 |
Datum Vydání | 2017-08-01 |
Hodnocení | 4.39/5 Celkem 56 Hodnocení |
Vývojář | NateHark |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/NateHark/TrelloWIPLimits |
URL Stránky Nápovědy | https://github.com/NateHark/TrelloWIPLimits/issues |
Podporované Jazyky | 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" } |