Magic Mirror List for Trello

Mirror the list of one board on another

Was ist Magic Mirror List for Trello?

Magic Mirror List for Trello ist eine Chrome-Erweiterung, die von Trustpilot entwickelt wurde, und ihr Hauptmerkmal ist "Mirror the list of one board on another".

Erweiterungsscreenshots

screenshot

Magic Mirror List for Trello-Erweiterungs-CRX-Datei herunterladen

Laden Sie Magic Mirror List for Trello-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Magic Mirror List for Trello Magic Mirror List for Trello
ID oannnmlkidcimhobccmijljgpclclohb
Offizielle URL https://chromewebstore.google.com/detail/magic-mirror-list-for-tre/oannnmlkidcimhobccmijljgpclclohb
Beschreibung Mirror the list of one board on another
Dateigröße 47.83 KB
Installationsanzahl 444
Aktuelle Version 1.13.0
Letztes Update 2017-07-31
Veröffentlichungsdatum 2017-07-31
Bewertung 3.19/5 Insgesamt 21 Bewertungen
Entwickler Trustpilot
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite http://legal.trustpilot.com/end-user-privacy-terms
Unterstützte Sprachen 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"
            ]
        }
    ]
}