Overdue Trello Cards First!

This extension forces the Overdue Cards to the top.

Wat is Overdue Trello Cards First!?

Overdue Trello Cards First! is een Chrome-extensie ontwikkeld door https://mcgaw.io, en de belangrijkste functie is "This extension forces the Overdue Cards to the top.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Overdue Trello Cards First!

Download Overdue Trello Cards First!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Overdue Trello Cards First! Overdue Trello Cards First!
ID njfjeliolopojmdcpaoncmdkoencgepf
Officiële URL https://chromewebstore.google.com/detail/overdue-trello-cards-firs/njfjeliolopojmdcpaoncmdkoencgepf
Beschrijving This extension forces the Overdue Cards to the top.
Bestandsgrootte 43.79 KB
Aantal Installaties 849
Huidige Versie 1.1.2
Laatst Bijgewerkt 2022-06-30
Publicatiedatum 2016-06-21
Beoordeling 3.25/5 Totaal 8 Beoordelingen
Ontwikkelaar https://mcgaw.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://mcgaw.io
Help Pagina-URL https://mcgaw.io
URL van de Privacybeleid Pagina https://mcgaw.io/privacy-policy
Ondersteunde Talen 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"
        }
    ]
}