Official Card Counter Trello with Totalizer

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

¿Qué es Official Card Counter Trello with Totalizer?

Official Card Counter Trello with Totalizer es una extensión de Chrome desarrollada por https://www.officialtrellocardcounter.com.br, y su función principal es "Official Card counter for Trello. Show card counters and the total cards in your board!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Official Card Counter Trello with Totalizer

Descarga archivos de extensión Official Card Counter Trello with Totalizer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Official Card Counter Trello with Totalizer Official Card Counter Trello with Totalizer
ID jbdmgabkegidhagemkfdogmplgelaoab
URL Oficial https://chromewebstore.google.com/detail/official-card-counter-tre/jbdmgabkegidhagemkfdogmplgelaoab
Descripción Official Card counter for Trello. Show card counters and the total cards in your board!
Tamaño del Archivo 45.48 KB
Cantidad de Instalaciones 13,810
Versión Actual 7.3
Última Actualización 2023-11-08
Fecha de Publicación 2020-03-31
Calificación 3.33/5 Total de 49 Calificaciones
Desarrollador https://www.officialtrellocardcounter.com.br
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.officialtrellocardcounter.com.br/
URL de la Página de Ayuda http://www.officialtrellocardcounter.com.br/
Idiomas Soportados 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
}