Extended CardCounter for Trello

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

Wat is Extended CardCounter for Trello?

Extended CardCounter for Trello is een Chrome-extensie ontwikkeld door olegg, en de belangrijkste functie is "All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Extended CardCounter for Trello

Download Extended CardCounter for Trello-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

                        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]                    

Basisinformatie over de Extensie

Naam Extended CardCounter for Trello Extended CardCounter for Trello
ID chjphjkcdppjpcbnempeigegmichkklf
Officiële URL https://chrome.google.com/webstore/detail/extended-cardcounter-for/chjphjkcdppjpcbnempeigegmichkklf
Beschrijving All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)
Bestandsgrootte 716 KB
Aantal Installaties 72
Huidige Versie 0.0.4
Laatst Bijgewerkt 2015-09-02
Publicatiedatum 2015-09-02
Beoordeling 3.50/5 Totaal 2 Beoordelingen
Ontwikkelaar olegg
Betalingswijze free
Ondersteunde Talen 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"
}