Export for Trello
Export Trello Boards to Excel
What is Export for Trello?
Export for Trello is a Chrome extension developed by Mark Woodall, and its main feature is "Export Trello Boards to Excel".
Extension Screenshots
Download Export for Trello Extension CRX File
Download Export for Trello extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Export for Trello |
ID | nhdelomnagopgaealggpgojkhcafhnin |
Official URL | https://chromewebstore.google.com/detail/export-for-trello/nhdelomnagopgaealggpgojkhcafhnin |
Description | Export Trello Boards to Excel |
File Size | 114 KB |
Installation Count | 65,501 |
Current Version | 1.8 |
Last Updated | 2015-04-16 |
Publish Date | 2015-04-16 |
Rating | 4.41/5 Total 335 Ratings |
Developer | Mark Woodall |
Payment Type | free |
Extension Website | https://github.com/llad/export-for-trello |
Help Page URL | https://github.com/llad/export-for-trello |
Supported Languages | 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" ] } |