Official Card Counter Trello with Totalizer

Official Card counter for Trello. Show card counters and the total cards in your board!

Co to jest Official Card Counter Trello with Totalizer?

Official Card Counter Trello with Totalizer to rozszerzenie Chrome opracowane przez https://www.officialtrellocardcounter.com.br, a jego główną funkcją jest „Official Card counter for Trello. Show card counters and the total cards in your board!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Official Card Counter Trello with Totalizer

Pobierz pliki rozszerzeń Official Card Counter Trello with Totalizer 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

                        Show the number of cards, the total cards in every list in Trello and you can click in total cards label and view the details with the percent and the statistic of your cards.                    

Podstawowe informacje o rozszerzeniu

Nazwa Official Card Counter Trello with Totalizer Official Card Counter Trello with Totalizer
ID jbdmgabkegidhagemkfdogmplgelaoab
Oficjalny URL https://chromewebstore.google.com/detail/official-card-counter-tre/jbdmgabkegidhagemkfdogmplgelaoab
Opis Official Card counter for Trello. Show card counters and the total cards in your board!
Rozmiar pliku 45.48 KB
Liczba instalacji 13,810
Aktualna Wersja 7.3
Ostatnia Aktualizacja 2023-11-08
Data Publikacji 2020-03-31
Ocena 3.33/5 Łącznie 49 Oceny
Deweloper https://www.officialtrellocardcounter.com.br
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.officialtrellocardcounter.com.br/
Adres URL Strony Pomocy http://www.officialtrellocardcounter.com.br/
Obsługiwane Języki pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Official Card Counter Trello with Totalizer",
    "version": "7.3",
    "description": "Official Card counter for Trello. Show card counters and the total cards in your board!",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "counter.js"
            ],
            "css": [
                "cardstyle.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 3
}