Trellisto for Trello Plugin

Displays a consolidated list of cards from all Trello boards

Trellisto for Trello Plugin란 무엇입니까?

Trellisto for Trello Plugin은(는) Duende에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays a consolidated list of cards from all Trello boards"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Trellisto for Trello Plugin 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Trellisto for Trello makes it easier for you to organize lists across multiple boards. Trellisto works within the Cards view and allows you to:

- Sort your cards by list name: If you use Trello as a scrum board, or use any other consistent list naming across multiple boards, then you will love this list sorting feature.

- Filter your cards view by list name: Show/hide some or all of your cards by list name

- Save your filter settings, and then restore them at any time with the click of a button.

- Automatically save the current filter settings configuration in the Cards view, so that your settings will not reset after a page refresh.

- Calculates total scrum/consumed for each list name: If you use Scrum for Trello, Trellisto will calculate the scrum/consumed points for each list name. If you do not have Scrum for Trello installed, you can always add scrum/consumed points to your card titles by nesting the scrum point value between parentheses and the consumed point value between square brackets. Example: (4) [2] Trellisto will still calculate the scrum/consumed totals based on those values.

New in version 1.2.0:

- Trellisto now works in Trello's latest update to the Cards view.

- Fixed issue where special characters in list names are ignored.                    

확장 프로그램 기본 정보

이름 Trellisto for Trello Plugin Trellisto for Trello Plugin
ID jbgpndbkleajjjoplkmcofgkelocohon
공식 URL https://chrome.google.com/webstore/detail/trellisto-for-trello-plug/jbgpndbkleajjjoplkmcofgkelocohon
설명 Displays a consolidated list of cards from all Trello boards
파일 크기 4.99 MB
설치 횟수 259
현재 버전 1.2.0
최근 업데이트 2019-01-31
출시 날짜 2019-01-31
평점 2.60/5 총 5 개의 평점
개발자 Duende
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/duende-us/trellisto
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trellisto for Trello Plugin",
    "version": "1.2.0",
    "description": "Displays a consolidated list of cards from all Trello boards",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*\/cards"
            ],
            "css": [
                "css\/trellisto-styles.css"
            ],
            "js": [
                "scripts\/trellisto-scripts.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icons\/icon_16x16.png",
        "48": "icons\/icon_48x48.png",
        "128": "icons\/icon_128x128.png"
    },
    "permissions": [
        "storage"
    ]
}