Trello Card Counter

Card counters and card identifiers for easy collaboration and project management

Qu'est-ce que Trello Card Counter ?

Trello Card Counter est une extension Chrome développée par Alex Benoit, et sa fonction principale est "Card counters and card identifiers for easy collaboration and project management".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Trello Card Counter

Téléchargez les fichiers d'extension Trello Card Counter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        [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.                    

Informations de Base sur l'Extension

Nom Trello Card Counter Trello Card Counter
ID hepiaakjhimoagmpalbfoojemcnlnagn
URL Officiel https://chromewebstore.google.com/detail/trello-card-counter/hepiaakjhimoagmpalbfoojemcnlnagn
Description Card counters and card identifiers for easy collaboration and project management
Taille du Fichier 14.12 KB
Nombre d'Installations 20,000
Version Actuelle 3.0.0
Dernière Mise à Jour 2023-12-03
Date de Publication 2017-11-22
Évaluation 3.93/5 Total 27 Évaluations
Développeur Alex Benoit
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://alexbenoit.me/
Langues Prises en Charge 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"
    }
}