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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Magic Mirror List for Trello

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
            ]
        }
    ]
}