Trello board to excel

Simple extension to export your trello board to excel

Hvad er Trello board to excel?

Trello board to excel er en Chrome-udvidelse udviklet af marabesi, og dens hovedfunktion er "Simple extension to export your trello board to excel".

Udvidelsesskærmbilleder

screenshot

Download Trello board to excel-udvidelses-CRX-fil

Download Trello board to excel-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Trello board to excel Trello board to excel
ID oimcopobgjkigfbcblljgeblejgoljjf
Officiel URL https://chromewebstore.google.com/detail/trello-board-to-excel/oimcopobgjkigfbcblljgeblejgoljjf
Beskrivelse Simple extension to export your trello board to excel
Filstørrelse 603 KB
Antal Installationer 166
Nuværende Version 0.2.0
Senest Opdateret 2023-12-18
Udgivelsesdato 2018-08-28
Udvikler marabesi
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/marabesi/trello-to-excel
Hjælpeside-URL https://github.com/marabesi/trello-to-excel/issues
Understøttede Sprog 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"
    ]
}