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文件

下載Trello Export Excel Suite擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}