Kanban WIP for Trello
Adds work-in-progress limits to Trello lists supporting a Kanban workflow.
Cos'è Kanban WIP for Trello?
Kanban WIP for Trello è un'estensione di Chrome sviluppata da NateHark, e la sua funzione principale è "Adds work-in-progress limits to Trello lists supporting a Kanban workflow.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Kanban WIP for Trello
Scarica i file di estensione Kanban WIP for Trello in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | oekefjibcnongmmmmkdiofgeppfkmdii |
| URL Ufficiale | https://chromewebstore.google.com/detail/kanban-wip-for-trello/oekefjibcnongmmmmkdiofgeppfkmdii |
| Descrizione | Adds work-in-progress limits to Trello lists supporting a Kanban workflow. |
| Dimensione del File | 31.8 KB |
| Conteggio Installazioni | 9,432 |
| Versione Corrente | 1.0.3 |
| Ultimo Aggiornamento | 2017-08-02 |
| Data di Pubblicazione | 2017-08-01 |
| Valutazione | 4.39/5 Totale 56 Valutazioni |
| Sviluppatore | NateHark |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/NateHark/TrelloWIPLimits |
| URL della Pagina di Aiuto | https://github.com/NateHark/TrelloWIPLimits/issues |
| Lingue Supportate | 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"
} | |