Trello board to excel
Simple extension to export your trello board to excel
Cos'è Trello board to excel?
Trello board to excel è un'estensione di Chrome sviluppata da marabesi, e la sua funzione principale è "Simple extension to export your trello board to excel".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Trello board to excel
Scarica i file di estensione Trello board to excel in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Trello board to excel |
ID | oimcopobgjkigfbcblljgeblejgoljjf |
URL Ufficiale | https://chromewebstore.google.com/detail/trello-board-to-excel/oimcopobgjkigfbcblljgeblejgoljjf |
Descrizione | Simple extension to export your trello board to excel |
Dimensione del File | 603 KB |
Conteggio Installazioni | 166 |
Versione Corrente | 0.2.0 |
Ultimo Aggiornamento | 2023-12-18 |
Data di Pubblicazione | 2018-08-28 |
Sviluppatore | marabesi |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/marabesi/trello-to-excel |
URL della Pagina di Aiuto | https://github.com/marabesi/trello-to-excel/issues |
Lingue Supportate | 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" ] } |