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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Kanban WIP for Trello

قم بتنزيل ملفات الامتداد Kanban WIP for Trello بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Kanban WIP for Trello Kanban WIP for Trello
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
عنوان صفحة المساعدة 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"
}