Kanbanello for Trello

Shows card count in every list, adds limit for Kanban WIP and allows to combine two lists together

Kanbanello for Trello क्या है?

Kanbanello for Trello https://finalem.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows card count in every list, adds limit for Kanban WIP and allows to combine two lists together"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Kanbanello for Trello एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Features:

- shows the number of cards in every list in Trello
- filters out divider cards containing two or more =,-,+ or _ characters
- support for Kanban WIP (just add WIP limit to list name in square brackets)
- support list joining (for example, add [0-] to left list title and add [-5] to right list for combine two lists together and set limit 5 for them)                    

एक्सटेंशन की मूल जानकारी

नाम Kanbanello for Trello Kanbanello for Trello
ID onkejpdhplmfiiafhkjjfalenddohccb
आधिकारिक URL https://chromewebstore.google.com/detail/kanbanello-for-trello/onkejpdhplmfiiafhkjjfalenddohccb
विवरण Shows card count in every list, adds limit for Kanban WIP and allows to combine two lists together
फ़ाइल का आकार 11.55 KB
स्थापना संख्या 816
वर्तमान संस्करण 0.0.8
अंतिम अपडेट 2017-01-24
प्रकाशन तिथि 2017-01-24
रेटिंग 4.44/5 कुल 9 रेटिंग्स
डेवलपर https://finalem.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "version": "0.0.8",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "js\/app.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "permissions": [
        "storage",
        "https:\/\/trello.com\/"
    ]
}