Extended CardCounter for Trello

All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)

Extended CardCounter for Trello là gì?

Extended CardCounter for Trello là một tiện ích mở rộng Chrome được phát triển bởi olegg, và tính năng chính của nó là "All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)".

Ả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 Extended CardCounter for Trello

Tải xuống các tệp mở rộng Extended CardCounter for Trello 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

                        All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.). Settings/config example see on extension screenshot.
Feel free to any questions to [email protected]                    

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

Tên Extended CardCounter for Trello Extended CardCounter for Trello
ID chjphjkcdppjpcbnempeigegmichkklf
URL Chính Thức https://chrome.google.com/webstore/detail/extended-cardcounter-for/chjphjkcdppjpcbnempeigegmichkklf
Mô tả All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)
Kích Thước Tệp 716 KB
Số Lần Cài Đặt 72
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2015-09-02
Ngày Phát Hành 2015-09-02
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển olegg
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "cardcounter.css"
            ],
            "js": [
                "jquery-1.7.1.min.js",
                "cardcounter.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ],
    "description": "All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)",
    "icons": {
        "128": "icon-128.png",
        "32": "icon-32.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Extended CardCounter for Trello",
    "version": "0.0.4"
}