Trello Real-Time Card Counter

Real-time display of total cards in every list to Boost your Trello productivity!

O que é Trello Real-Time Card Counter?

Trello Real-Time Card Counter é uma extensão do Chrome desenvolvida por https://www.surajlulla.com, e sua principal característica é "Real-time display of total cards in every list to Boost your Trello productivity!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Trello Real-Time Card Counter

Baixe arquivos de extensão Trello Real-Time Card Counter 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

                        As you stumbled here, I know you've been using Trello a lot.
Most of the times, all we want is to keep a track of the card counts to make things easier with Trello.

So, how do you add number count to your Trello card/boards?
1. Install the Chrome extension - Trello Real-Time Card Counter and activate it.
2. That's it!

Really, it's that easy to add card count in Trello boards.

Have fun managing tasks on Trello with your real-time card count.                    

Informações Básicas da Extensão

Nome Trello Real-Time Card Counter Trello Real-Time Card Counter
ID boamaglckdmhpoplmglfobiihfkgmpke
URL Oficial https://chromewebstore.google.com/detail/trello-real-time-card-cou/boamaglckdmhpoplmglfobiihfkgmpke
Descrição Real-time display of total cards in every list to Boost your Trello productivity!
Tamanho do Arquivo 41.86 KB
Contagem de Instalações 362
Versão Atual 1.2
Última Atualização 2021-01-05
Data de Publicação 2020-05-22
Classificação 3.00/5 Total de 4 Avaliações
Desenvolvedor https://www.surajlulla.com
Email srj.lulla@gmail.com
Tipo de Pagamento free
Site da Extensão https://www.surajlulla.com
URL da Página de Ajuda https://www.surajlulla.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello Real-Time Card Counter",
    "description": "Real-time display of total cards in every list to Boost your Trello productivity!",
    "version": "1.2",
    "author": "Suraj Lulla",
    "manifest_version": 2,
    "content_scripts": [
        {
            "css": [
                "trellocounter.css"
            ],
            "js": [
                "jquery.min.js",
                "trellocounter.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "trello-card-counter-16.png",
        "48": "trello-card-counter-48.png",
        "128": "trello-card-counter-128.png"
    }
}