Trello Real-Time Card Counter

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

Wat is Trello Real-Time Card Counter?

Trello Real-Time Card Counter is een Chrome-extensie ontwikkeld door https://www.surajlulla.com, en de belangrijkste functie is "Real-time display of total cards in every list to Boost your Trello productivity!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Trello Real-Time Card Counter

Download Trello Real-Time Card Counter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Trello Real-Time Card Counter Trello Real-Time Card Counter
ID boamaglckdmhpoplmglfobiihfkgmpke
Officiële URL https://chromewebstore.google.com/detail/trello-real-time-card-cou/boamaglckdmhpoplmglfobiihfkgmpke
Beschrijving Real-time display of total cards in every list to Boost your Trello productivity!
Bestandsgrootte 41.86 KB
Aantal Installaties 362
Huidige Versie 1.2
Laatst Bijgewerkt 2021-01-05
Publicatiedatum 2020-05-22
Beoordeling 3.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://www.surajlulla.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.surajlulla.com
Help Pagina-URL https://www.surajlulla.com
Ondersteunde Talen 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"
    }
}