TExport

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

TExport란 무엇입니까?

TExport은(는) https://sites.google.com/site/tvquynh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TExport allows to export Trello boards to Excel spreadsheets, HTML with Twig templates, Markdown and OPML."입니다.

확장 프로그램 스크린샷

screenshot

TExport 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 TExport TExport
ID gdgfcmmiimkhijhlkojecenhamcnjogo
공식 URL https://chromewebstore.google.com/detail/texport/gdgfcmmiimkhijhlkojecenhamcnjogo
설명 TExport allows to export Trello boards to Excel spreadsheets, HTML with Twig templates, Markdown and OPML.
파일 크기 1.33 MB
설치 횟수 63
현재 버전 4.0
최근 업데이트 2020-04-17
출시 날짜 2020-04-16
평점 5.00/5 총 3 개의 평점
개발자 https://sites.google.com/site/tvquynh
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
}