ASE Export for Trello

Export Trello ASE Boards to Excel - Preformat text according ASE template

O que é ASE Export for Trello?

ASE Export for Trello é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Export Trello ASE Boards to Excel - Preformat text according ASE template".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão ASE Export for Trello

Baixe arquivos de extensão ASE Export for Trello no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        ASE Export for Trello
============

Chrome extension to export data from Trello, adapted to ASE specifications.


Usage
-----
Use the template :
1. From a board, create a new card and click on the button "ASE Template"
2. Modify the template without modifying the syntax ( * Section : Content )

Export in Excel :
1. Click on Share, print, and export...
2. Click on Export Excel ASE

Credit
------
Inspired by Export for Trello : https://chrome.google.com/webstore/detail/trelloexport/nhdelomnagopgaealggpgojkhcafhnin?hl=en


Notes
-----
Watch out for that xlsx.js license from Microsoft.                    

Informações Básicas da Extensão

Nome ASE Export for Trello ASE Export for Trello
ID hpmlbdgmdcendofmofjcedniagedgcpg
URL Oficial https://chromewebstore.google.com/detail/ase-export-for-trello/hpmlbdgmdcendofmofjcedniagedgcpg
Descrição Export Trello ASE Boards to Excel - Preformat text according ASE template
Tamanho do Arquivo 123 KB
Contagem de Instalações 64
Versão Atual 1.3
Última Atualização 2014-10-10
Data de Publicação 2014-10-10
Classificação 2.00/5 Total de 1 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ASE Export for Trello",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Export Trello ASE Boards to Excel - Preformat text according ASE template",
    "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"
    ]
}