Overdue Trello Cards First!

This extension forces the Overdue Cards to the top.

Was ist Overdue Trello Cards First!?

Overdue Trello Cards First! ist eine Chrome-Erweiterung, die von https://mcgaw.io entwickelt wurde, und ihr Hauptmerkmal ist "This extension forces the Overdue Cards to the top.".

Erweiterungsscreenshots

screenshot
screenshot

Overdue Trello Cards First!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Overdue Trello Cards First!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Overdue Trello Cards First! Overdue Trello Cards First!
ID njfjeliolopojmdcpaoncmdkoencgepf
Offizielle URL https://chromewebstore.google.com/detail/overdue-trello-cards-firs/njfjeliolopojmdcpaoncmdkoencgepf
Beschreibung This extension forces the Overdue Cards to the top.
Dateigröße 43.79 KB
Installationsanzahl 849
Aktuelle Version 1.1.2
Letztes Update 2022-06-30
Veröffentlichungsdatum 2016-06-21
Bewertung 3.25/5 Insgesamt 8 Bewertungen
Entwickler https://mcgaw.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://mcgaw.io
Hilfeseite URL https://mcgaw.io
URL der Datenschutzrichtlinien-Seite https://mcgaw.io/privacy-policy
Unterstützte Sprachen 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"
        }
    ]
}