Export for Trello
Export Trello Boards to Excel
什么是Export for Trello?
Export for Trello是由Mark Woodall开发的Chrome扩展程序,该扩展的主要功能是“Export Trello Boards to Excel”。
扩展截图
下载Export for Trello扩展crx文件
下载Export for Trello扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Exports a board to an Excel xlsx file.
Usage: From a board, Menu > Share, Print, and Export > Export Excel.
Note: Once installed, might take a refresh or two of Trello before it starts to show up.
New in version 1.7:
Added the card URL, so you can quickly get back to a specific card in the export.
Exported Fields:
* List
* Title/Name
* Description
* Points - using format "(1)" in Title field
* Due Date
* Members Initials
* Labels
* Card #
* Card URL
Archived cards are exported to a second tab in the workbook. 扩展基本信息
| 名称 | |
| ID | nhdelomnagopgaealggpgojkhcafhnin |
| 官方URL | https://chromewebstore.google.com/detail/export-for-trello/nhdelomnagopgaealggpgojkhcafhnin |
| 简介 | Export Trello Boards to Excel |
| 文件大小 | 114 KB |
| 安装次数 | 65,501 |
| 当前版本 | 1.8 |
| 更新时间 | 2015-04-16 |
| 上架时间 | 2015-04-16 |
| 评分 | 4.41/5 共335次评分 |
| 开发者 | Mark Woodall |
| 付费类型 | free |
| 扩展官网 | https://github.com/llad/export-for-trello |
| 帮助页面URL | https://github.com/llad/export-for-trello |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Export for Trello",
"version": "1.8",
"manifest_version": 2,
"description": "Export Trello Boards to Excel",
"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"
]
} | |