Magic Mirror List for Trello

Mirror the list of one board on another

Magic Mirror List for Trello란 무엇입니까?

Magic Mirror List for Trello은(는) Trustpilot에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mirror the list of one board on another"입니다.

확장 프로그램 스크린샷

screenshot

Magic Mirror List for Trello 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Magic Mirror List for Trello allows you to mirror the list of one board on another. Furthermore, if you drag a card to the mirrored list it will be transferred to list that it is duplicating (and thus be shown as a copy in the mirror list).

To get started, create a list on a board with a title containing the list and board to mirror, following this syntax: "[My list to duplicate@The board that list is on]".

Obviously you need to be able to access both boards, and allow the plugin to act on your behalf as described in the OAuth dialog.

1.13 Fixes problem with changed styles on Trello                    

확장 프로그램 기본 정보

이름 Magic Mirror List for Trello Magic Mirror List for Trello
ID oannnmlkidcimhobccmijljgpclclohb
공식 URL https://chromewebstore.google.com/detail/magic-mirror-list-for-tre/oannnmlkidcimhobccmijljgpclclohb
설명 Mirror the list of one board on another
파일 크기 47.83 KB
설치 횟수 444
현재 버전 1.13.0
최근 업데이트 2017-07-31
출시 날짜 2017-07-31
평점 3.19/5 총 21 개의 평점
개발자 Trustpilot
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://legal.trustpilot.com/end-user-privacy-terms
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Magic Mirror List for Trello",
    "description": "Mirror the list of one board on another",
    "version": "1.13.0",
    "icons": {
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/b\/*"
            ],
            "js": [
                "js\/jquery-1.9.1.min.js",
                "js\/content.js"
            ]
        }
    ]
}