Extended CardCounter for Trello

All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)

Qu'est-ce que Extended CardCounter for Trello ?

Extended CardCounter for Trello est une extension Chrome développée par olegg, et sa fonction principale est "All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Extended CardCounter for Trello

Téléchargez les fichiers d'extension Extended CardCounter for Trello 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

                        All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.). Settings/config example see on extension screenshot.
Feel free to any questions to [email protected]                    

Informations de Base sur l'Extension

Nom Extended CardCounter for Trello Extended CardCounter for Trello
ID chjphjkcdppjpcbnempeigegmichkklf
URL Officiel https://chrome.google.com/webstore/detail/extended-cardcounter-for/chjphjkcdppjpcbnempeigegmichkklf
Description All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)
Taille du Fichier 716 KB
Nombre d'Installations 72
Version Actuelle 0.0.4
Dernière Mise à Jour 2015-09-02
Date de Publication 2015-09-02
Évaluation 3.50/5 Total 2 Évaluations
Développeur olegg
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "cardcounter.css"
            ],
            "js": [
                "jquery-1.7.1.min.js",
                "cardcounter.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ],
    "description": "All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)",
    "icons": {
        "128": "icon-128.png",
        "32": "icon-32.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Extended CardCounter for Trello",
    "version": "0.0.4"
}