Magic Mirror List for Trello
Mirror the list of one board on another
Что такое Magic Mirror List for Trello?
Magic Mirror List for Trello - это расширение Chrome, разработанное Trustpilot, и его основная функция - "Mirror the list of one board on another".
Снимки экрана расширения
Скачать файл CRX расширения Magic Mirror List for Trello
Скачайте файлы расширений Magic Mirror List for Trello в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | Magic Mirror List for Trello |
ID | oannnmlkidcimhobccmijljgpclclohb |
Официальный URL | https://chromewebstore.google.com/detail/magic-mirror-list-for-tre/oannnmlkidcimhobccmijljgpclclohb |
Описание | Mirror the list of one board on another |
Размер файла | 47.83 KB |
Количество установок | 444 |
Текущая Версия | 1.13.0 |
Последнее Обновление | 2017-07-31 |
Дата публикации | 2017-07-31 |
Рейтинг | 3.19/5 Всего 21 оценок |
Разработчик | Trustpilot |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | http://legal.trustpilot.com/end-user-privacy-terms |
Поддерживаемые языки | 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" ] } ] } |