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文件

下載Magic Mirror List for Trello擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}