Magic Mirror List for Trello

Mirror the list of one board on another

What is Magic Mirror List for Trello?

Magic Mirror List for Trello is a Chrome extension developed by Trustpilot, and its main feature is "Mirror the list of one board on another".

Extension Screenshots

screenshot

Download Magic Mirror List for Trello Extension CRX File

Download Magic Mirror List for Trello extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Magic Mirror List for Trello Magic Mirror List for Trello
ID oannnmlkidcimhobccmijljgpclclohb
Official URL https://chromewebstore.google.com/detail/magic-mirror-list-for-tre/oannnmlkidcimhobccmijljgpclclohb
Description Mirror the list of one board on another
File Size 47.83 KB
Installation Count 444
Current Version 1.13.0
Last Updated 2017-07-31
Publish Date 2017-07-31
Rating 3.19/5 Total 21 Ratings
Developer Trustpilot
Email [email protected]
Payment Type free
Privacy Policy Page URL http://legal.trustpilot.com/end-user-privacy-terms
Supported Languages 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"
            ]
        }
    ]
}