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」です。
拡張機能のスクリーンショット
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 |
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" ] } |