Overdue Trello Cards First!

This extension forces the Overdue Cards to the top.

Cos'è Overdue Trello Cards First!?

Overdue Trello Cards First! è un'estensione di Chrome sviluppata da https://mcgaw.io, e la sua funzione principale è "This extension forces the Overdue Cards to the top.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Overdue Trello Cards First!

Scarica i file di estensione Overdue Trello Cards First! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Overdue Trello Cards First! Overdue Trello Cards First!
ID njfjeliolopojmdcpaoncmdkoencgepf
URL Ufficiale https://chromewebstore.google.com/detail/overdue-trello-cards-firs/njfjeliolopojmdcpaoncmdkoencgepf
Descrizione This extension forces the Overdue Cards to the top.
Dimensione del File 43.79 KB
Conteggio Installazioni 849
Versione Corrente 1.1.2
Ultimo Aggiornamento 2022-06-30
Data di Pubblicazione 2016-06-21
Valutazione 3.25/5 Totale 8 Valutazioni
Sviluppatore https://mcgaw.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://mcgaw.io
URL della Pagina di Aiuto https://mcgaw.io
URL della Pagina della Politica sulla Privacy https://mcgaw.io/privacy-policy
Lingue Supportate 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"
        }
    ]
}