Kanban WIP for Trello (modif. by zrocketer)
Adds work-in-progress limits to Trello lists supporting a Kanban workflow. Plus adds exclusion of cards with some labels.
Kanban WIP for Trello (modif. by zrocketer) क्या है?
Kanban WIP for Trello (modif. by zrocketer) zrocketer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds work-in-progress limits to Trello lists supporting a Kanban workflow. Plus adds exclusion of cards with some labels."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Kanban WIP for Trello (modif. by zrocketer) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This Google Chrome extension is modified extension TrelloWIPLimits (NateHark). Install Install Kanban WIP for Trello (modif. by zrocketer) 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 "My list [6 gy]", this sets a work-in-progress limit of 6 items to the My list, except for cards with a (g)reen and (y)ellow labels. When the number of cards in the My list exceeds 6 (without cards with green and yellow labels), the list will be highlighted in red. Сharacter values to exclusions: g - green label; y - yellow label; r - red label; b - blue label; s - sky label; l - lime label; p - pink label.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | oegedlgmehpmgbdjgpoaeanedoikdbob |
आधिकारिक URL | https://chromewebstore.google.com/detail/kanban-wip-for-trello-mod/oegedlgmehpmgbdjgpoaeanedoikdbob |
विवरण | Adds work-in-progress limits to Trello lists supporting a Kanban workflow. Plus adds exclusion of cards with some labels. |
फ़ाइल का आकार | 7.65 KB |
स्थापना संख्या | 80 |
वर्तमान संस्करण | 1.0.33 |
अंतिम अपडेट | 2018-12-18 |
प्रकाशन तिथि | 2018-12-18 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | zrocketer |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Rocking-horse/TrelloWIPLimits-exclusions |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kanban WIP for Trello (modif. by zrocketer)", "version": "1.0.33", "description": "Adds work-in-progress limits to Trello lists supporting a Kanban workflow. Plus adds exclusion of cards with some labels.", "icons": { "128": "icon.png" }, "author": "Nathan Harkenrider and Maksim Malaleuski", "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "css": [ "extension.css" ], "js": [ "extension.js" ] } ], "homepage_url": "https:\/\/github.com\/Rocking-horse\/TrelloWIPLimits-exclusions" } |