Trello board to excel

Simple extension to export your trello board to excel

What is Trello board to excel?

Trello board to excel is a Chrome extension developed by marabesi, and its main feature is "Simple extension to export your trello board to excel".

Extension Screenshots

screenshot

Download Trello board to excel Extension CRX File

Download Trello board to excel 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

                        Right now the extension can exports a entire board to excel, but unfortunately it is lacking design.

1. Go to the trello.com
2. Select the board to export (this step is important, to be able to export the right page is where all the columns appear)
3. Click in the extension icon
4. Click in download                    

Extension Basic Information

Name Trello board to excel Trello board to excel
ID oimcopobgjkigfbcblljgeblejgoljjf
Official URL https://chromewebstore.google.com/detail/trello-board-to-excel/oimcopobgjkigfbcblljgeblejgoljjf
Description Simple extension to export your trello board to excel
File Size 603 KB
Installation Count 166
Current Version 0.2.0
Last Updated 2023-12-18
Publish Date 2018-08-28
Developer marabesi
Email [email protected]
Payment Type free
Extension Website https://github.com/marabesi/trello-to-excel
Help Page URL https://github.com/marabesi/trello-to-excel/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello board to excel",
    "description": "Simple extension to export your trello board to excel",
    "version": "0.2.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Trello to excel!"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "downloads"
    ]
}