Official Card Counter Trello with Totalizer

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

Hvad er Official Card Counter Trello with Totalizer?

Official Card Counter Trello with Totalizer er en Chrome-udvidelse udviklet af https://www.officialtrellocardcounter.com.br, og dens hovedfunktion er "Official Card counter for Trello. Show card counters and the total cards in your board!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Official Card Counter Trello with Totalizer-udvidelses-CRX-fil

Download Official Card Counter Trello with Totalizer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Official Card Counter Trello with Totalizer Official Card Counter Trello with Totalizer
ID jbdmgabkegidhagemkfdogmplgelaoab
Officiel URL https://chromewebstore.google.com/detail/official-card-counter-tre/jbdmgabkegidhagemkfdogmplgelaoab
Beskrivelse Official Card counter for Trello. Show card counters and the total cards in your board!
Filstørrelse 45.48 KB
Antal Installationer 13,810
Nuværende Version 7.3
Senest Opdateret 2023-11-08
Udgivelsesdato 2020-03-31
Bedømmelse 3.33/5 Samlet 49 Bedømmelser
Udvikler https://www.officialtrellocardcounter.com.br
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.officialtrellocardcounter.com.br/
Hjælpeside-URL http://www.officialtrellocardcounter.com.br/
Understøttede Sprog 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
}