ASE Export for Trello

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

什么是ASE Export for Trello?

ASE Export for Trello是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Export Trello ASE Boards to Excel - Preformat text according ASE template”。

扩展截图

screenshot
screenshot

下载ASE Export for Trello扩展crx文件

下载ASE Export for Trello扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 ASE Export for Trello ASE Export for Trello
ID hpmlbdgmdcendofmofjcedniagedgcpg
官方URL https://chromewebstore.google.com/detail/ase-export-for-trello/hpmlbdgmdcendofmofjcedniagedgcpg
简介 Export Trello ASE Boards to Excel - Preformat text according ASE template
文件大小 123 KB
安装次数 64
当前版本 1.3
更新时间 2014-10-10
上架时间 2014-10-10
评分 2.00/5 共1次评分
开发者 Unknown
付费类型 free
支持的语言 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"
    ]
}