Magic Mirror List for Trello
Mirror the list of one board on another
Apa itu Magic Mirror List for Trello?
Magic Mirror List for Trello adalah ekstensi Chrome yang dikembangkan oleh Trustpilot, dan fitur utamanya adalah "Mirror the list of one board on another".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Magic Mirror List for Trello
Unduh file ekstensi Magic Mirror List for Trello dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Magic Mirror List for Trello |
ID | oannnmlkidcimhobccmijljgpclclohb |
URL Resmi | https://chromewebstore.google.com/detail/magic-mirror-list-for-tre/oannnmlkidcimhobccmijljgpclclohb |
Deskripsi | Mirror the list of one board on another |
Ukuran File | 47.83 KB |
Jumlah Instalasi | 444 |
Versi Saat Ini | 1.13.0 |
Terakhir Diperbarui | 2017-07-31 |
Tanggal Publikasi | 2017-07-31 |
Penilaian | 3.19/5 Total 21 Penilaian |
Pengembang | Trustpilot |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | http://legal.trustpilot.com/end-user-privacy-terms |
Bahasa yang Didukung | 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" ] } ] } |