Overdue Trello Cards First!

This extension forces the Overdue Cards to the top.

Co to jest Overdue Trello Cards First!?

Overdue Trello Cards First! to rozszerzenie Chrome opracowane przez https://mcgaw.io, a jego główną funkcją jest „This extension forces the Overdue Cards to the top.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Overdue Trello Cards First!

Pobierz pliki rozszerzeń Overdue Trello Cards First! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Overdue Trello Cards First! Overdue Trello Cards First!
ID njfjeliolopojmdcpaoncmdkoencgepf
Oficjalny URL https://chromewebstore.google.com/detail/overdue-trello-cards-firs/njfjeliolopojmdcpaoncmdkoencgepf
Opis This extension forces the Overdue Cards to the top.
Rozmiar pliku 43.79 KB
Liczba instalacji 849
Aktualna Wersja 1.1.2
Ostatnia Aktualizacja 2022-06-30
Data Publikacji 2016-06-21
Ocena 3.25/5 Łącznie 8 Oceny
Deweloper https://mcgaw.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://mcgaw.io
Adres URL Strony Pomocy https://mcgaw.io
Adres URL Strony Polityki Prywatności https://mcgaw.io/privacy-policy
Obsługiwane Języki 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"
        }
    ]
}