Magic Mirror List for Trello

Mirror the list of one board on another

¿Qué es Magic Mirror List for Trello?

Magic Mirror List for Trello es una extensión de Chrome desarrollada por Trustpilot, y su función principal es "Mirror the list of one board on another".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Magic Mirror List for Trello

Descarga archivos de extensión Magic Mirror List for Trello en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Magic Mirror List for Trello Magic Mirror List for Trello
ID oannnmlkidcimhobccmijljgpclclohb
URL Oficial https://chromewebstore.google.com/detail/magic-mirror-list-for-tre/oannnmlkidcimhobccmijljgpclclohb
Descripción Mirror the list of one board on another
Tamaño del Archivo 47.83 KB
Cantidad de Instalaciones 444
Versión Actual 1.13.0
Última Actualización 2017-07-31
Fecha de Publicación 2017-07-31
Calificación 3.19/5 Total de 21 Calificaciones
Desarrollador Trustpilot
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad http://legal.trustpilot.com/end-user-privacy-terms
Idiomas Soportados 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"
            ]
        }
    ]
}