Export for Trello

Export Trello Boards to Excel

Cos'è Export for Trello?

Export for Trello è un'estensione di Chrome sviluppata da Mark Woodall, e la sua funzione principale è "Export Trello Boards to Excel".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Export for Trello

Scarica i file di estensione Export for Trello 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

                        Exports a board to an Excel xlsx file.

Usage: From a board, Menu > Share, Print, and Export > Export Excel.

Note: Once installed, might take a refresh or two of Trello before it starts to show up.

New in version 1.7:
Added the card URL, so you can quickly get back to a specific card in the export.

Exported Fields:
* List
* Title/Name
* Description
* Points - using format "(1)" in Title field
* Due Date
* Members Initials
* Labels
* Card #
* Card URL

Archived cards are exported to a second tab in the workbook.                    

Informazioni di Base sull'Estensione

Nome Export for Trello Export for Trello
ID nhdelomnagopgaealggpgojkhcafhnin
URL Ufficiale https://chromewebstore.google.com/detail/export-for-trello/nhdelomnagopgaealggpgojkhcafhnin
Descrizione Export Trello Boards to Excel
Dimensione del File 114 KB
Conteggio Installazioni 65,501
Versione Corrente 1.8
Ultimo Aggiornamento 2015-04-16
Data di Pubblicazione 2015-04-16
Valutazione 4.41/5 Totale 335 Valutazioni
Sviluppatore Mark Woodall
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/llad/export-for-trello
URL della Pagina di Aiuto https://github.com/llad/export-for-trello
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Export for Trello",
    "version": "1.8",
    "manifest_version": 2,
    "description": "Export Trello Boards to Excel",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "lib\/jquery-2.1.0.min.js",
                "lib\/FileSaver.js",
                "lib\/xlsx.js",
                "lib\/jszip.min.js",
                "trelloexport.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "lib\/jquery-2.1.0.min.map"
    ]
}