Export for Trello
Export Trello Boards to Excel
Export for Trelloとは何ですか?
Export for TrelloはMark Woodallによって開発されたChromeの拡張機能で、その主な機能は「Export Trello Boards to Excel」です。
拡張機能のスクリーンショット
Export for Trello拡張機能のCRXファイルをダウンロード
Export for Trello拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Export for Trello |
ID | nhdelomnagopgaealggpgojkhcafhnin |
公式URL | https://chromewebstore.google.com/detail/export-for-trello/nhdelomnagopgaealggpgojkhcafhnin |
説明 | Export Trello Boards to Excel |
ファイルサイズ | 114 KB |
インストール数 | 65,501 |
現在のバージョン | 1.8 |
最終更新日 | 2015-04-16 |
公開日 | 2015-04-16 |
評価 | 4.41/5 合計 335 レビュー |
開発者 | Mark Woodall |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/llad/export-for-trello |
ヘルプページのURL | https://github.com/llad/export-for-trello |
対応言語 | 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" ] } |