Magic Mirror List for Trello
Mirror the list of one board on another
Magic Mirror List for Trello क्या है?
Magic Mirror List for Trello Trustpilot द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mirror the list of one board on another"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Magic Mirror List for Trello एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
गोपनीयता नीति पृष्ठ 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" ] } ] } |