Official Card Counter Trello with Totalizer

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

Official Card Counter Trello with Totalizer là gì?

Official Card Counter Trello with Totalizer là một tiện ích mở rộng Chrome được phát triển bởi https://www.officialtrellocardcounter.com.br, và tính năng chính của nó là "Official Card counter for Trello. Show card counters and the total cards in your board!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Official Card Counter Trello with Totalizer

Tải xuống các tệp mở rộng Official Card Counter Trello with Totalizer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Official Card Counter Trello with Totalizer Official Card Counter Trello with Totalizer
ID jbdmgabkegidhagemkfdogmplgelaoab
URL Chính Thức https://chromewebstore.google.com/detail/official-card-counter-tre/jbdmgabkegidhagemkfdogmplgelaoab
Mô tả Official Card counter for Trello. Show card counters and the total cards in your board!
Kích Thước Tệp 45.48 KB
Số Lần Cài Đặt 13,810
Phiên Bản Hiện Tại 7.3
Cập Nhật Lần Cuối 2023-11-08
Ngày Phát Hành 2020-03-31
Đánh Giá 3.33/5 Tổng số 49 Đánh Giá
Nhà Phát Triển https://www.officialtrellocardcounter.com.br
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.officialtrellocardcounter.com.br/
URL Trang Trợ Giúp http://www.officialtrellocardcounter.com.br/
Ngôn Ngữ Được Hỗ Trợ 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
}