Export for Trello

Export Trello Boards to Excel

Export for Trelloคืออะไร?

Export for Trello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mark Woodall และคุณลักษณะหลักของมันคือ "Export Trello Boards to Excel"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Export for Trello ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Exports a board to an Excel xlsx file.

Usage: From a board, Menu > Share, Print, and Export > Export Excel.

Note: Once installed, might take a refresh or two of Trello before it starts to show up.

New in version 1.7:
Added the card URL, so you can quickly get back to a specific card in the export.

Exported Fields:
* List
* Title/Name
* Description
* Points - using format "(1)" in Title field
* Due Date
* Members Initials
* Labels
* Card #
* Card URL

Archived cards are exported to a second tab in the workbook.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Export for Trello Export for Trello
ID nhdelomnagopgaealggpgojkhcafhnin
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/export-for-trello/nhdelomnagopgaealggpgojkhcafhnin
คำอธิบาย Export Trello Boards to Excel
ขนาดไฟล์ 114 KB
จำนวนการติดตั้ง 65,501
เวอร์ชันปัจจุบัน 1.8
อัปเดตครั้งล่าสุด 2015-04-16
วันที่เผยแพร่ 2015-04-16
คะแนน 4.41/5 รวมทั้งหมด 335 คะแนน
ผู้พัฒนา Mark Woodall
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/llad/export-for-trello
URL หน้าช่วยเหลือ https://github.com/llad/export-for-trello
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Export for Trello",
    "version": "1.8",
    "manifest_version": 2,
    "description": "Export Trello Boards to Excel",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "lib\/jquery-2.1.0.min.js",
                "lib\/FileSaver.js",
                "lib\/xlsx.js",
                "lib\/jszip.min.js",
                "trelloexport.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "lib\/jquery-2.1.0.min.map"
    ]
}