Magic Mirror List for Trello
Mirror the list of one board on another
Magic Mirror List for Trelloとは何ですか?
Magic Mirror List for TrelloはTrustpilotによって開発されたChromeの拡張機能で、その主な機能は「Mirror the list of one board on another」です。
拡張機能のスクリーンショット
Magic Mirror List for Trello拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } ] } |