Trello Quick Export Button

Adds an 'Export JSON' button to the header menu of Trello boards.

Cos'è Trello Quick Export Button?

Trello Quick Export Button è un'estensione di Chrome sviluppata da wersimmon, e la sua funzione principale è "Adds an 'Export JSON' button to the header menu of Trello boards.".

Scarica il file CRX dell'estensione Trello Quick Export Button

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

                        Adds an 'Export JSON' button to the header menu of Trello boards, which will trigger a download of the board's JSON export. It may take a few seconds for the Trello server for begin the download.                    

Informazioni di Base sull'Estensione

Nome Trello Quick Export Button Trello Quick Export Button
ID mlabdohgfpjffdcacadjnabecoapkdnb
URL Ufficiale https://chrome.google.com/webstore/detail/trello-quick-export-butto/mlabdohgfpjffdcacadjnabecoapkdnb
Descrizione Adds an 'Export JSON' button to the header menu of Trello boards.
Dimensione del File 4.61 KB
Conteggio Installazioni 26
Versione Corrente 1.0.0
Ultimo Aggiornamento 2018-05-04
Data di Pubblicazione 2018-05-04
Sviluppatore wersimmon
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello Quick Export Button",
    "version": "1.0.0",
    "description": "Adds an 'Export JSON' button to the header menu of Trello boards.",
    "icons": {
        "128": "trello-exportButton.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/trello.com\/b\/*"
            ],
            "js": [
                "trello-exportButton.js"
            ]
        }
    ]
}