TExport

TExport allows to export Trello boards to Excel spreadsheets, HTML with Twig templates, Markdown and OPML.

TExport là gì?

TExport là một tiện ích mở rộng Chrome được phát triển bởi https://sites.google.com/site/tvquynh, và tính năng chính của nó là "TExport allows to export Trello boards to Excel spreadsheets, HTML with Twig templates, Markdown and OPML.".

Ả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 TExport

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

                        This project is intended to help users leverage the power of Trello from within their Excel file.

Below fields will be export from Trello board:

id:  id of the card
createdAT: The date card is created
dateLastActivity: Last date of card activity
idList: Name of list
name: Name of card
points: Point of the card
desc: Card description
idMembers: Initial name of card members
membersFullName: Full name of card members
labels: Label of card
due: Due date of card
custom fields: all custom fields of the card                    

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

Tên TExport TExport
ID gdgfcmmiimkhijhlkojecenhamcnjogo
URL Chính Thức https://chromewebstore.google.com/detail/texport/gdgfcmmiimkhijhlkojecenhamcnjogo
Mô tả TExport allows to export Trello boards to Excel spreadsheets, HTML with Twig templates, Markdown and OPML.
Kích Thước Tệp 1.33 MB
Số Lần Cài Đặt 63
Phiên Bản Hiện Tại 4.0
Cập Nhật Lần Cuối 2020-04-17
Ngày Phát Hành 2020-04-16
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://sites.google.com/site/tvquynh
Email [email protected]
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": "TExport",
    "version": "4.0",
    "manifest_version": 2,
    "description": "TExport allows to export Trello boards to Excel spreadsheets, HTML with Twig templates, Markdown and OPML.",
    "icons": {
        "128": "icons\/trelloexport_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "css": [
                "lib\/jquery.growl.css",
                "lib\/zebra\/css\/flat\/zebra_dialog.css",
                "lib\/bootstrap-multiselect\/bootstrap-multiselect.css",
                "lib\/tooltip.css",
                "lib\/tingle.min.css",
                "lib\/trelloexport.css"
            ],
            "js": [
                "lib\/jquery-2.1.0.min.js",
                "lib\/FileSaver.min.js",
                "lib\/js-xlsx\/jszip.js",
                "lib\/js-xlsx\/xlsx.full.min.js",
                "lib\/linq.min.js",
                "lib\/jquery.growl.js",
                "lib\/zebra\/zebra_dialog.js",
                "lib\/injectTrelloExporter.js",
                "lib\/datediff.js",
                "lib\/showdown.min.js",
                "lib\/bootstrap-multiselect\/bootstrap-multiselect.js",
                "lib\/tooltip.js",
                "lib\/twig.min.js",
                "lib\/tingle.min.js",
                "trelloexport.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "templates\/*.twig",
        "templates\/*.css"
    ],
    "homepage_url": "http:\/\/0.4.github.io"
}