ASE Export for Trello

Export Trello ASE Boards to Excel - Preformat text according ASE template

ASE Export for Trelloคืออะไร?

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

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

screenshot
screenshot

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

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

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

                        ASE Export for Trello
============

Chrome extension to export data from Trello, adapted to ASE specifications.


Usage
-----
Use the template :
1. From a board, create a new card and click on the button "ASE Template"
2. Modify the template without modifying the syntax ( * Section : Content )

Export in Excel :
1. Click on Share, print, and export...
2. Click on Export Excel ASE

Credit
------
Inspired by Export for Trello : https://chrome.google.com/webstore/detail/trelloexport/nhdelomnagopgaealggpgojkhcafhnin?hl=en


Notes
-----
Watch out for that xlsx.js license from Microsoft.                    

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

ชื่อ ASE Export for Trello ASE Export for Trello
ID hpmlbdgmdcendofmofjcedniagedgcpg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ase-export-for-trello/hpmlbdgmdcendofmofjcedniagedgcpg
คำอธิบาย Export Trello ASE Boards to Excel - Preformat text according ASE template
ขนาดไฟล์ 123 KB
จำนวนการติดตั้ง 64
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2014-10-10
วันที่เผยแพร่ 2014-10-10
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ASE Export for Trello",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Export Trello ASE Boards to Excel - Preformat text according ASE template",
    "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"
    ]
}