Official Export Excel for Trello
Official Export Trello Boards to Excel
What is Official Export Excel for Trello?
Official Export Excel for Trello is a Chrome extension developed by Henrique Brugugnoli, and its main feature is "Official Export Trello Boards to Excel".
Extension Screenshots
Download Official Export Excel for Trello Extension CRX File
Download Official Export Excel 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
Export your board and cards for Excel FREE and you dont need to pay for that.
Extension Basic Information
Name | Official Export Excel for Trello |
ID | dblnlgpkeilnnoggnilfkibbcamilchn |
Official URL | https://chromewebstore.google.com/detail/official-export-excel-for/dblnlgpkeilnnoggnilfkibbcamilchn |
Description | Official Export Trello Boards to Excel |
File Size | 125 KB |
Installation Count | 457 |
Current Version | 7.2 |
Last Updated | 2023-10-19 |
Publish Date | 2021-03-28 |
Developer | Henrique Brugugnoli |
[email protected] | |
Payment Type | free |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Official Export Excel for Trello", "version": "7.2", "manifest_version": 3, "description": "Official Export Trello Boards to Excel", "icons": { "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "lib\/jquery-2.1.0.min.js", "lib\/FileSaver.js", "lib\/xlsx.js", "lib\/jszip.min.js", "trelloexport.js" ] } ] } |