Trello board to excel
Simple extension to export your trello board to excel
Was ist Trello board to excel?
Trello board to excel ist eine Chrome-Erweiterung, die von marabesi entwickelt wurde, und ihr Hauptmerkmal ist "Simple extension to export your trello board to excel".
Erweiterungsscreenshots
Trello board to excel-Erweiterungs-CRX-Datei herunterladen
Laden Sie Trello board to excel-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Trello board to excel |
ID | oimcopobgjkigfbcblljgeblejgoljjf |
Offizielle URL | https://chromewebstore.google.com/detail/trello-board-to-excel/oimcopobgjkigfbcblljgeblejgoljjf |
Beschreibung | Simple extension to export your trello board to excel |
Dateigröße | 603 KB |
Installationsanzahl | 166 |
Aktuelle Version | 0.2.0 |
Letztes Update | 2023-12-18 |
Veröffentlichungsdatum | 2018-08-28 |
Entwickler | marabesi |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/marabesi/trello-to-excel |
Hilfeseite URL | https://github.com/marabesi/trello-to-excel/issues |
Unterstützte Sprachen | 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" ] } |