Overdue Trello Cards First!

This extension forces the Overdue Cards to the top.

Overdue Trello Cards First!คืออะไร?

Overdue Trello Cards First! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mcgaw.io และคุณลักษณะหลักของมันคือ "This extension forces the Overdue Cards to the top."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Overdue Trello Cards First!

ดาวน์โหลดไฟล์ส่วนขยาย Overdue Trello Cards First! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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] .                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Overdue Trello Cards First! Overdue Trello Cards First!
ID njfjeliolopojmdcpaoncmdkoencgepf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/overdue-trello-cards-firs/njfjeliolopojmdcpaoncmdkoencgepf
คำอธิบาย This extension forces the Overdue Cards to the top.
ขนาดไฟล์ 43.79 KB
จำนวนการติดตั้ง 849
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2022-06-30
วันที่เผยแพร่ 2016-06-21
คะแนน 3.25/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://mcgaw.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mcgaw.io
URL หน้าช่วยเหลือ https://mcgaw.io
URL หน้านโยบายความเป็นส่วนตัว https://mcgaw.io/privacy-policy
ภาษาที่รองรับ 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"
        }
    ]
}