Magic Mirror List for Trello

Mirror the list of one board on another

Wat is Magic Mirror List for Trello?

Magic Mirror List for Trello is een Chrome-extensie ontwikkeld door Trustpilot, en de belangrijkste functie is "Mirror the list of one board on another".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Magic Mirror List for Trello

Download Magic Mirror List for Trello-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Magic Mirror List for Trello Magic Mirror List for Trello
ID oannnmlkidcimhobccmijljgpclclohb
Officiële URL https://chromewebstore.google.com/detail/magic-mirror-list-for-tre/oannnmlkidcimhobccmijljgpclclohb
Beschrijving Mirror the list of one board on another
Bestandsgrootte 47.83 KB
Aantal Installaties 444
Huidige Versie 1.13.0
Laatst Bijgewerkt 2017-07-31
Publicatiedatum 2017-07-31
Beoordeling 3.19/5 Totaal 21 Beoordelingen
Ontwikkelaar Trustpilot
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://legal.trustpilot.com/end-user-privacy-terms
Ondersteunde Talen 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"
            ]
        }
    ]
}