Magic Mirror List for Trello
Mirror the list of one board on another
Qu'est-ce que Magic Mirror List for Trello ?
Magic Mirror List for Trello est une extension Chrome développée par Trustpilot, et sa fonction principale est "Mirror the list of one board on another".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Magic Mirror List for Trello
Téléchargez les fichiers d'extension Magic Mirror List for Trello au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Magic Mirror List for Trello |
ID | oannnmlkidcimhobccmijljgpclclohb |
URL Officiel | https://chromewebstore.google.com/detail/magic-mirror-list-for-tre/oannnmlkidcimhobccmijljgpclclohb |
Description | Mirror the list of one board on another |
Taille du Fichier | 47.83 KB |
Nombre d'Installations | 444 |
Version Actuelle | 1.13.0 |
Dernière Mise à Jour | 2017-07-31 |
Date de Publication | 2017-07-31 |
Évaluation | 3.19/5 Total 21 Évaluations |
Développeur | Trustpilot |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://legal.trustpilot.com/end-user-privacy-terms |
Langues Prises en Charge | 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" ] } ] } |