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