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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" ] } ] } |