Official Card Counter Trello with Totalizer

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

Vad är Official Card Counter Trello with Totalizer?

Official Card Counter Trello with Totalizer är en Chrome-tillägg utvecklad av https://www.officialtrellocardcounter.com.br, och dess huvudfunktion är "Official Card counter for Trello. Show card counters and the total cards in your board!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Official Card Counter Trello with Totalizer-förlängningens CRX-fil

Ladda ner Official Card Counter Trello with Totalizer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Official Card Counter Trello with Totalizer Official Card Counter Trello with Totalizer
ID jbdmgabkegidhagemkfdogmplgelaoab
Officiell webbadress https://chromewebstore.google.com/detail/official-card-counter-tre/jbdmgabkegidhagemkfdogmplgelaoab
Beskrivning Official Card counter for Trello. Show card counters and the total cards in your board!
Filstorlek 45.48 KB
Antal Installationer 13,810
Aktuell Version 7.3
Senast Uppdaterad 2023-11-08
Publiceringsdatum 2020-03-31
Betyg 3.33/5 Totalt 49 Betyg
Utvecklare https://www.officialtrellocardcounter.com.br
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.officialtrellocardcounter.com.br/
Hjälpsida URL http://www.officialtrellocardcounter.com.br/
Stödda Språk 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
}