Overdue Trello Cards First!

This extension forces the Overdue Cards to the top.

Overdue Trello Cards First! क्या है?

Overdue Trello Cards First! https://mcgaw.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension forces the Overdue Cards to the top."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Overdue Trello Cards First! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Overdue Trello Cards First! Overdue Trello Cards First!
ID njfjeliolopojmdcpaoncmdkoencgepf
आधिकारिक URL https://chromewebstore.google.com/detail/overdue-trello-cards-firs/njfjeliolopojmdcpaoncmdkoencgepf
विवरण This extension forces the Overdue Cards to the top.
फ़ाइल का आकार 43.79 KB
स्थापना संख्या 849
वर्तमान संस्करण 1.1.2
अंतिम अपडेट 2022-06-30
प्रकाशन तिथि 2016-06-21
रेटिंग 3.25/5 कुल 8 रेटिंग्स
डेवलपर https://mcgaw.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mcgaw.io
सहायता पृष्ठ URL https://mcgaw.io
गोपनीयता नीति पृष्ठ URL https://mcgaw.io/privacy-policy
समर्थित भाषाएँ 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"
        }
    ]
}