Overdue Trello Cards First!

This extension forces the Overdue Cards to the top.

Overdue Trello Cards First! là gì?

Overdue Trello Cards First! là một tiện ích mở rộng Chrome được phát triển bởi https://mcgaw.io, và tính năng chính của nó là "This extension forces the Overdue Cards to the top.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Overdue Trello Cards First!

Tải xuống các tệp mở rộng Overdue Trello Cards First! 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

                        Are you tired of Trello hiding the overdue cards at the bottom of the card list?

We were too, but not anymore. McGaw.io's Overdue Trello Cards First Chrome extension is here to help you become a more productive Trello user.

Our Chrome extension has one and only one feature:

- Shift all overdue cards to the top of your card list view in Trello, so you know what is most important.

Do you need support or have suggestions? Feel free to reach out to us at [email protected] .                    

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

Tên Overdue Trello Cards First! Overdue Trello Cards First!
ID njfjeliolopojmdcpaoncmdkoencgepf
URL Chính Thức https://chromewebstore.google.com/detail/overdue-trello-cards-firs/njfjeliolopojmdcpaoncmdkoencgepf
Mô tả This extension forces the Overdue Cards to the top.
Kích Thước Tệp 43.79 KB
Số Lần Cài Đặt 849
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2022-06-30
Ngày Phát Hành 2016-06-21
Đánh Giá 3.25/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://mcgaw.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mcgaw.io
URL Trang Trợ Giúp https://mcgaw.io
URL Trang Chính Sách Bảo Mật https://mcgaw.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Overdue Trello Cards First!",
    "description": "This extension forces the Overdue Cards to the top.",
    "version": "1.1.2",
    "icons": {
        "16": "images\/16icon.png",
        "48": "images\/48icon.png",
        "128": "images\/128icon.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/main.js"
            ],
            "run_at": "document_end"
        }
    ]
}