Official Card Counter Trello with Totalizer

Official Card counter for Trello. Show card counters and the total cards in your board!

Official Card Counter Trello with Totalizer क्या है?

Official Card Counter Trello with Totalizer https://www.officialtrellocardcounter.com.br द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Official Card counter for Trello. Show card counters and the total cards in your board!"।

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

screenshot
screenshot
screenshot

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

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

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

                        Show the number of cards, the total cards in every list in Trello and you can click in total cards label and view the details with the percent and the statistic of your cards.                    

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

नाम Official Card Counter Trello with Totalizer Official Card Counter Trello with Totalizer
ID jbdmgabkegidhagemkfdogmplgelaoab
आधिकारिक URL https://chromewebstore.google.com/detail/official-card-counter-tre/jbdmgabkegidhagemkfdogmplgelaoab
विवरण Official Card counter for Trello. Show card counters and the total cards in your board!
फ़ाइल का आकार 45.48 KB
स्थापना संख्या 13,810
वर्तमान संस्करण 7.3
अंतिम अपडेट 2023-11-08
प्रकाशन तिथि 2020-03-31
रेटिंग 3.33/5 कुल 49 रेटिंग्स
डेवलपर https://www.officialtrellocardcounter.com.br
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.officialtrellocardcounter.com.br/
सहायता पृष्ठ URL http://www.officialtrellocardcounter.com.br/
समर्थित भाषाएँ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Official Card Counter Trello with Totalizer",
    "version": "7.3",
    "description": "Official Card counter for Trello. Show card counters and the total cards in your board!",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "counter.js"
            ],
            "css": [
                "cardstyle.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 3
}