Magic Mirror List for Trello
Mirror the list of one board on another
Co to jest Magic Mirror List for Trello?
Magic Mirror List for Trello to rozszerzenie Chrome opracowane przez Trustpilot, a jego główną funkcją jest „Mirror the list of one board on another”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Magic Mirror List for Trello
Pobierz pliki rozszerzeń Magic Mirror List for Trello w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Magic Mirror List for Trello |
ID | oannnmlkidcimhobccmijljgpclclohb |
Oficjalny URL | https://chromewebstore.google.com/detail/magic-mirror-list-for-tre/oannnmlkidcimhobccmijljgpclclohb |
Opis | Mirror the list of one board on another |
Rozmiar pliku | 47.83 KB |
Liczba instalacji | 444 |
Aktualna Wersja | 1.13.0 |
Ostatnia Aktualizacja | 2017-07-31 |
Data Publikacji | 2017-07-31 |
Ocena | 3.19/5 Łącznie 21 Oceny |
Deweloper | Trustpilot |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | http://legal.trustpilot.com/end-user-privacy-terms |
Obsługiwane Języki | 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" ] } ] } |