Overdue Trello Cards First!

This extension forces the Overdue Cards to the top.

What is Overdue Trello Cards First!?

Overdue Trello Cards First! is a Chrome extension developed by https://mcgaw.io, and its main feature is "This extension forces the Overdue Cards to the top.".

Extension Screenshots

screenshot
screenshot

Download Overdue Trello Cards First! Extension CRX File

Download Overdue Trello Cards First! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Overdue Trello Cards First! Overdue Trello Cards First!
ID njfjeliolopojmdcpaoncmdkoencgepf
Official URL https://chromewebstore.google.com/detail/overdue-trello-cards-firs/njfjeliolopojmdcpaoncmdkoencgepf
Description This extension forces the Overdue Cards to the top.
File Size 43.79 KB
Installation Count 849
Current Version 1.1.2
Last Updated 2022-06-30
Publish Date 2016-06-21
Rating 3.25/5 Total 8 Ratings
Developer https://mcgaw.io
Email [email protected]
Payment Type free
Extension Website https://mcgaw.io
Help Page URL https://mcgaw.io
Privacy Policy Page URL https://mcgaw.io/privacy-policy
Supported Languages 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"
        }
    ]
}