Magic Mirror List for Trello

Mirror the list of one board on another

Magic Mirror List for Trello là gì?

Magic Mirror List for Trello là một tiện ích mở rộng Chrome được phát triển bởi Trustpilot, và tính năng chính của nó là "Mirror the list of one board on another".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Magic Mirror List for Trello

Tải xuống các tệp mở rộng Magic Mirror List for Trello dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Magic Mirror List for Trello Magic Mirror List for Trello
ID oannnmlkidcimhobccmijljgpclclohb
URL Chính Thức https://chromewebstore.google.com/detail/magic-mirror-list-for-tre/oannnmlkidcimhobccmijljgpclclohb
Mô tả Mirror the list of one board on another
Kích Thước Tệp 47.83 KB
Số Lần Cài Đặt 444
Phiên Bản Hiện Tại 1.13.0
Cập Nhật Lần Cuối 2017-07-31
Ngày Phát Hành 2017-07-31
Đánh Giá 3.19/5 Tổng số 21 Đánh Giá
Nhà Phát Triển Trustpilot
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://legal.trustpilot.com/end-user-privacy-terms
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}