Extended CardCounter for Trello

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

Co to jest Extended CardCounter for Trello?

Extended CardCounter for Trello to rozszerzenie Chrome opracowane przez olegg, a jego główną funkcją jest „All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Extended CardCounter for Trello

Pobierz pliki rozszerzeń Extended CardCounter for Trello w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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]                    

Podstawowe informacje o rozszerzeniu

Nazwa Extended CardCounter for Trello Extended CardCounter for Trello
ID chjphjkcdppjpcbnempeigegmichkklf
Oficjalny URL https://chrome.google.com/webstore/detail/extended-cardcounter-for/chjphjkcdppjpcbnempeigegmichkklf
Opis All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)
Rozmiar pliku 716 KB
Liczba instalacji 72
Aktualna Wersja 0.0.4
Ostatnia Aktualizacja 2015-09-02
Data Publikacji 2015-09-02
Ocena 3.50/5 Łącznie 2 Oceny
Deweloper olegg
Typ Płatności free
Obsługiwane Języki 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"
}