Extended CardCounter for Trello

All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)

Extended CardCounter for Trello क्या है?

Extended CardCounter for Trello olegg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)"।

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

screenshot

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

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

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

                        All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.). Settings/config example see on extension screenshot.
Feel free to any questions to [email protected]                    

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

नाम Extended CardCounter for Trello Extended CardCounter for Trello
ID chjphjkcdppjpcbnempeigegmichkklf
आधिकारिक URL https://chrome.google.com/webstore/detail/extended-cardcounter-for/chjphjkcdppjpcbnempeigegmichkklf
विवरण All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)
फ़ाइल का आकार 716 KB
स्थापना संख्या 72
वर्तमान संस्करण 0.0.4
अंतिम अपडेट 2015-09-02
प्रकाशन तिथि 2015-09-02
रेटिंग 3.50/5 कुल 2 रेटिंग्स
डेवलपर olegg
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "cardcounter.css"
            ],
            "js": [
                "jquery-1.7.1.min.js",
                "cardcounter.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ],
    "description": "All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)",
    "icons": {
        "128": "icon-128.png",
        "32": "icon-32.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Extended CardCounter for Trello",
    "version": "0.0.4"
}