Trello Real-Time Card Counter

Real-time display of total cards in every list to Boost your Trello productivity!

Trello Real-Time Card Counter là gì?

Trello Real-Time Card Counter là một tiện ích mở rộng Chrome được phát triển bởi https://www.surajlulla.com, và tính năng chính của nó là "Real-time display of total cards in every list to Boost your Trello productivity!".

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

screenshot

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

Tải xuống các tệp mở rộng Trello Real-Time Card Counter 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

                        As you stumbled here, I know you've been using Trello a lot.
Most of the times, all we want is to keep a track of the card counts to make things easier with Trello.

So, how do you add number count to your Trello card/boards?
1. Install the Chrome extension - Trello Real-Time Card Counter and activate it.
2. That's it!

Really, it's that easy to add card count in Trello boards.

Have fun managing tasks on Trello with your real-time card count.                    

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

Tên Trello Real-Time Card Counter Trello Real-Time Card Counter
ID boamaglckdmhpoplmglfobiihfkgmpke
URL Chính Thức https://chromewebstore.google.com/detail/trello-real-time-card-cou/boamaglckdmhpoplmglfobiihfkgmpke
Mô tả Real-time display of total cards in every list to Boost your Trello productivity!
Kích Thước Tệp 41.86 KB
Số Lần Cài Đặt 362
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2021-01-05
Ngày Phát Hành 2020-05-22
Đánh Giá 3.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://www.surajlulla.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.surajlulla.com
URL Trang Trợ Giúp https://www.surajlulla.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello Real-Time Card Counter",
    "description": "Real-time display of total cards in every list to Boost your Trello productivity!",
    "version": "1.2",
    "author": "Suraj Lulla",
    "manifest_version": 2,
    "content_scripts": [
        {
            "css": [
                "trellocounter.css"
            ],
            "js": [
                "jquery.min.js",
                "trellocounter.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "trello-card-counter-16.png",
        "48": "trello-card-counter-48.png",
        "128": "trello-card-counter-128.png"
    }
}