Official Card Counter Trello with Totalizer

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

O que é Official Card Counter Trello with Totalizer?

Official Card Counter Trello with Totalizer é uma extensão do Chrome desenvolvida por https://www.officialtrellocardcounter.com.br, e sua principal característica é "Official Card counter for Trello. Show card counters and the total cards in your board!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Official Card Counter Trello with Totalizer

Baixe arquivos de extensão Official Card Counter Trello with Totalizer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome 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
Descrição Official Card counter for Trello. Show card counters and the total cards in your board!
Tamanho do Arquivo 45.48 KB
Contagem de Instalações 13,810
Versão Atual 7.3
Última Atualização 2023-11-08
Data de Publicação 2020-03-31
Classificação 3.33/5 Total de 49 Avaliações
Desenvolvedor https://www.officialtrellocardcounter.com.br
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.officialtrellocardcounter.com.br/
URL da Página de Ajuda http://www.officialtrellocardcounter.com.br/
Idiomas Suportados 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
}