Overdue Trello Cards First!

This extension forces the Overdue Cards to the top.

Overdue Trello Cards First!란 무엇입니까?

Overdue Trello Cards First!은(는) https://mcgaw.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension forces the Overdue Cards to the top."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Overdue Trello Cards First! 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        }
    ]
}