WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Export Trello to Excel

Export Trello to Excel

View on Chrome Web Store
View Export Trello to Excel Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (25 ratings)
1 new ratings
22 views
This extension has been viewed 22 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Quickly and easily export your Trello boards to Excel file. Convert all your cards to xls and download it!
Type
Extension
Users
4,000 users
1K
Milext.com
View author page of Milext.com
Featured Extension

Hand-picked for quality and usefulness

Published
Published on August 22, 2024
Version 0.0.6
Manifest version
3
Updated
Updated on May 29, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Export Trello to Excel Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_APPNAME__",
    "description": "__MSG_APPDESC__",
    "manifest_version": 3,
    "version": "0.0.6",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.trello.com\/*",
                "*:\/\/trello.com\/*"
            ],
            "js": [
                "jquery-2.1.0.min.js",
                "save.js",
                "xlsx.js",
                "jszip.min.js",
                "export.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "jquery-2.1.0.min.map"
            ],
            "matches": [
                "*:\/\/*.trello.com\/*",
                "*:\/\/trello.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top