Kanban WIP for Trello
Adds work-in-progress limits to Trello lists supporting a Kanban workflow.
Τι είναι το Kanban WIP for Trello;
Το Kanban WIP for Trello είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον NateHark, και η κύρια λειτουργία του είναι "Adds work-in-progress limits to Trello lists supporting a Kanban workflow.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Kanban WIP for Trello
Λήψη αρχείων επέκτασης Kanban WIP for Trello σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | oekefjibcnongmmmmkdiofgeppfkmdii |
| Επίσημο URL | https://chromewebstore.google.com/detail/kanban-wip-for-trello/oekefjibcnongmmmmkdiofgeppfkmdii |
| Περιγραφή | Adds work-in-progress limits to Trello lists supporting a Kanban workflow. |
| Μέγεθος Αρχείου | 31.8 KB |
| Αριθμός Εγκαταστάσεων | 9,432 |
| Τρέχουσα Έκδοση | 1.0.3 |
| Τελευταία Ενημέρωση | 2017-08-02 |
| Ημερομηνία Δημοσίευσης | 2017-08-01 |
| Αξιολόγηση | 4.39/5 Συνολικά 56 Αξιολογήσεις |
| Προγραμματιστής | NateHark |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://github.com/NateHark/TrelloWIPLimits |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/NateHark/TrelloWIPLimits/issues |
| Υποστηριζόμενες Γλώσσες | 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"
} | |