Trello Real-Time Card Counter

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

Cos'è Trello Real-Time Card Counter?

Trello Real-Time Card Counter è un'estensione di Chrome sviluppata da https://www.surajlulla.com, e la sua funzione principale è "Real-time display of total cards in every list to Boost your Trello productivity!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Trello Real-Time Card Counter

Scarica i file di estensione Trello Real-Time Card Counter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Trello Real-Time Card Counter Trello Real-Time Card Counter
ID boamaglckdmhpoplmglfobiihfkgmpke
URL Ufficiale https://chromewebstore.google.com/detail/trello-real-time-card-cou/boamaglckdmhpoplmglfobiihfkgmpke
Descrizione Real-time display of total cards in every list to Boost your Trello productivity!
Dimensione del File 41.86 KB
Conteggio Installazioni 362
Versione Corrente 1.2
Ultimo Aggiornamento 2021-01-05
Data di Pubblicazione 2020-05-22
Valutazione 3.00/5 Totale 4 Valutazioni
Sviluppatore https://www.surajlulla.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.surajlulla.com
URL della Pagina di Aiuto https://www.surajlulla.com
Lingue Supportate 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"
    }
}