Official Card Counter Trello with Totalizer

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

Was ist Official Card Counter Trello with Totalizer?

Official Card Counter Trello with Totalizer ist eine Chrome-Erweiterung, die von https://www.officialtrellocardcounter.com.br entwickelt wurde, und ihr Hauptmerkmal ist "Official Card counter for Trello. Show card counters and the total cards in your board!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Official Card Counter Trello with Totalizer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Official Card Counter Trello with Totalizer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Official Card Counter Trello with Totalizer Official Card Counter Trello with Totalizer
ID jbdmgabkegidhagemkfdogmplgelaoab
Offizielle URL https://chromewebstore.google.com/detail/official-card-counter-tre/jbdmgabkegidhagemkfdogmplgelaoab
Beschreibung Official Card counter for Trello. Show card counters and the total cards in your board!
Dateigröße 45.48 KB
Installationsanzahl 13,810
Aktuelle Version 7.3
Letztes Update 2023-11-08
Veröffentlichungsdatum 2020-03-31
Bewertung 3.33/5 Insgesamt 49 Bewertungen
Entwickler https://www.officialtrellocardcounter.com.br
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.officialtrellocardcounter.com.br/
Hilfeseite URL http://www.officialtrellocardcounter.com.br/
Unterstützte Sprachen 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
}