Kanban WIP for Trello
Adds work-in-progress limits to Trello lists supporting a Kanban workflow.
O que é Kanban WIP for Trello?
Kanban WIP for Trello é uma extensão do Chrome desenvolvida por NateHark, e sua principal característica é "Adds work-in-progress limits to Trello lists supporting a Kanban workflow.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Kanban WIP for Trello
Baixe arquivos de extensão Kanban WIP for Trello no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Kanban WIP for Trello |
ID | oekefjibcnongmmmmkdiofgeppfkmdii |
URL Oficial | https://chromewebstore.google.com/detail/kanban-wip-for-trello/oekefjibcnongmmmmkdiofgeppfkmdii |
Descrição | Adds work-in-progress limits to Trello lists supporting a Kanban workflow. |
Tamanho do Arquivo | 31.8 KB |
Contagem de Instalações | 9,432 |
Versão Atual | 1.0.3 |
Última Atualização | 2017-08-02 |
Data de Publicação | 2017-08-01 |
Classificação | 4.39/5 Total de 56 Avaliações |
Desenvolvedor | NateHark |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/NateHark/TrelloWIPLimits |
URL da Página de Ajuda | https://github.com/NateHark/TrelloWIPLimits/issues |
Idiomas Suportados | 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" } |