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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://mcgaw.io
عنوان صفحة سياسة الخصوصية 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"
        }
    ]
}