Trello Export Excel Suite

One click easy export of cards in your current Trello board to Excel spreadsheets

Trello Export Excel Suite란 무엇입니까?

Trello Export Excel Suite은(는) https://bridge24.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One click easy export of cards in your current Trello board to Excel spreadsheets"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Trello Export Excel Suite 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Export Trello cards from a board to an Excel xlsx file containing the following fields:
Card Id, Number, Card Name, Board, Description, List, Labels, Members, Due Date, Completed, Created Date, Last Updated At, Card URL

Access through a board from Menu > Share, Print, and Export > Export Excel Suite.

Note: After installation you may require to refresh your browser for it to display in Trello.

For greater flexibility in exporting from Trello use Bridge24:

-Export across multiple boards
-Use a filter to select specific boards and cards to include
-Include checklist items
-Export card comments
-Export custom field information
-Export attachment information and URL links
-View and export Card history actions

Also:

-Create customizable reports in a high quality printable format to PDF or Excel
-Generate interactive charts with drill down ability and export to PDF

Website: https://bridge24.com/trello/                    

확장 프로그램 기본 정보

이름 Trello Export Excel Suite Trello Export Excel Suite
ID ccgfaocoioaalmkpfffljakccbfnbkpa
공식 URL https://chromewebstore.google.com/detail/trello-export-excel-suite/ccgfaocoioaalmkpfffljakccbfnbkpa
설명 One click easy export of cards in your current Trello board to Excel spreadsheets
파일 크기 565 KB
설치 횟수 9,000
현재 버전 1.0
최근 업데이트 2019-03-08
출시 날짜 2019-03-08
평점 4.70/5 총 10 개의 평점
개발자 https://bridge24.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://bridge24.com/trello-export-cards-to-excel-and-csv/?afmc=2m
도움말 페이지 URL https://bridge24.com/contact/
개인정보 보호 정책 페이지 URL https://bridge24.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello Export Excel Suite",
    "version": "1.0",
    "description": "One click easy export of cards in your current Trello board to Excel spreadsheets",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "css": [
                "vendor\/tingle.css",
                "css\/TEES.css"
            ],
            "js": [
                "vendor\/sheetjs\/jszip.js",
                "vendor\/sheetjs\/xlsx.full.min.js",
                "vendor\/jquery-3.3.1.min.js",
                "vendor\/tingle.js",
                "vendor\/FileSaver.min.js",
                "TEES_scripts.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/export-excel-suite-16.png",
        "32": "images\/export-excel-suite-32.png",
        "48": "images\/export-excel-suite-48.png",
        "128": "images\/export-excel-suite-128.png"
    },
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.gif"
    ]
}