LabelCounter for Trello

Counts the Card label titles on trello.com

LabelCounter for Trello là gì?

LabelCounter for Trello là một tiện ích mở rộng Chrome được phát triển bởi https://rockin.work, và tính năng chính của nó là "Counts the Card label titles on trello.com".

Ả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 LabelCounter for Trello

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

                        This Extension counts cards and label texts, display it.
It will use the card labels for time. ex.) 1h, 2h, 4h, 8h

Required environment
* Trello.com
* install Card Color Titles for Trello Chrome Extension.
    * for display of label texts.
* Setting name of labels in Trello: 0.5h, 1h, 2h, 4h, 8h                    

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

Tên LabelCounter for Trello LabelCounter for Trello
ID eahijelcdannijiaikdpdpjnhcjoblie
URL Chính Thức https://chromewebstore.google.com/detail/labelcounter-for-trello/eahijelcdannijiaikdpdpjnhcjoblie
Mô tả Counts the Card label titles on trello.com
Kích Thước Tệp 18.45 KB
Số Lần Cài Đặt 103
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-09-10
Ngày Phát Hành 2018-09-10
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://rockin.work
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/oikwsat/trello-label-counter
URL Trang Trợ Giúp https://github.com/oikwsat/trello-label-counter
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LabelCounter for Trello",
    "description": "Counts the Card label titles on trello.com",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/b\/*"
            ],
            "js": [
                "js\/injector.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/embeded.js"
    ],
    "permissions": [
        "https:\/\/trello.com\/b\/*"
    ]
}