Official Card Counter Trello with Totalizer

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

Apa itu Official Card Counter Trello with Totalizer?

Official Card Counter Trello with Totalizer adalah ekstensi Chrome yang dikembangkan oleh https://www.officialtrellocardcounter.com.br, dan fitur utamanya adalah "Official Card counter for Trello. Show card counters and the total cards in your board!".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Official Card Counter Trello with Totalizer

Unduh file ekstensi Official Card Counter Trello with Totalizer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Official Card Counter Trello with Totalizer Official Card Counter Trello with Totalizer
ID jbdmgabkegidhagemkfdogmplgelaoab
URL Resmi https://chromewebstore.google.com/detail/official-card-counter-tre/jbdmgabkegidhagemkfdogmplgelaoab
Deskripsi Official Card counter for Trello. Show card counters and the total cards in your board!
Ukuran File 45.48 KB
Jumlah Instalasi 13,810
Versi Saat Ini 7.3
Terakhir Diperbarui 2023-11-08
Tanggal Publikasi 2020-03-31
Penilaian 3.33/5 Total 49 Penilaian
Pengembang https://www.officialtrellocardcounter.com.br
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.officialtrellocardcounter.com.br/
URL Halaman Bantuan http://www.officialtrellocardcounter.com.br/
Bahasa yang Didukung 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
}