Trello Card Counter

Card counters and card identifiers for easy collaboration and project management

What is Trello Card Counter?

Trello Card Counter is a Chrome extension developed by Alex Benoit, and its main feature is "Card counters and card identifiers for easy collaboration and project management".

Extension Screenshots

screenshot
screenshot

Download Trello Card Counter Extension CRX File

Download Trello Card Counter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        [recently updated, fully working] Trello Card Counter Plus tells you how many cards you have in your lists and board and gives the cards identifiers for easier collaboration and project management. Updated for Trello 2024.                    

Extension Basic Information

Name Trello Card Counter Trello Card Counter
ID hepiaakjhimoagmpalbfoojemcnlnagn
Official URL https://chromewebstore.google.com/detail/trello-card-counter/hepiaakjhimoagmpalbfoojemcnlnagn
Description Card counters and card identifiers for easy collaboration and project management
File Size 14.12 KB
Installation Count 20,000
Current Version 3.0.0
Last Updated 2023-12-03
Publish Date 2017-11-22
Rating 3.93/5 Total 27 Ratings
Developer Alex Benoit
Email [email protected]
Payment Type free
Help Page URL https://alexbenoit.me/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Trello Card Counter",
    "version": "3.0.0",
    "description": "Card counters and card identifiers for easy collaboration and project management",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/trello.com\/b\/*"
            ],
            "js": [
                "trello-override.js"
            ],
            "css": [
                "trello-override.css"
            ]
        }
    ],
    "icons": {
        "128": "trelloext.png"
    }
}