ASE Export for Trello

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

ASE Export for Trello là gì?

ASE Export for Trello là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Export Trello ASE Boards to Excel - Preformat text according ASE template".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng ASE Export 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

                        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.                    

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

Tên ASE Export for Trello ASE Export for Trello
ID hpmlbdgmdcendofmofjcedniagedgcpg
URL Chính Thức https://chromewebstore.google.com/detail/ase-export-for-trello/hpmlbdgmdcendofmofjcedniagedgcpg
Mô tả Export Trello ASE Boards to Excel - Preformat text according ASE template
Kích Thước Tệp 123 KB
Số Lần Cài Đặt 64
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2014-10-10
Ngày Phát Hành 2014-10-10
Đánh Giá 2.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}