Extended CardCounter for Trello

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

Co je Extended CardCounter for Trello?

Extended CardCounter for Trello je rozšíření Chrome vyvinuté olegg, a jeho hlavní funkcí je „All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Extended CardCounter for Trello

Stáhněte si soubory rozšíření Extended CardCounter for Trello ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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]                    

Základní Informace o Rozšíření

Název Extended CardCounter for Trello Extended CardCounter for Trello
ID chjphjkcdppjpcbnempeigegmichkklf
Oficiální URL https://chrome.google.com/webstore/detail/extended-cardcounter-for/chjphjkcdppjpcbnempeigegmichkklf
Popis All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)
Velikost souboru 716 KB
Počet instalací 72
Aktuální Verze 0.0.4
Poslední Aktualizace 2015-09-02
Datum Vydání 2015-09-02
Hodnocení 3.50/5 Celkem 2 Hodnocení
Vývojář olegg
Typ Platby free
Podporované Jazyky 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"
}