Trello board to excel
Simple extension to export your trello board to excel
Trello board to excelとは何ですか?
Trello board to excelはmarabesiによって開発されたChromeの拡張機能で、その主な機能は「Simple extension to export your trello board to excel」です。
拡張機能のスクリーンショット
Trello board to excel拡張機能のCRXファイルをダウンロード
Trello board to excel拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Right now the extension can exports a entire board to excel, but unfortunately it is lacking design. 1. Go to the trello.com 2. Select the board to export (this step is important, to be able to export the right page is where all the columns appear) 3. Click in the extension icon 4. Click in download
拡張機能の基本情報
名前 | Trello board to excel |
ID | oimcopobgjkigfbcblljgeblejgoljjf |
公式URL | https://chromewebstore.google.com/detail/trello-board-to-excel/oimcopobgjkigfbcblljgeblejgoljjf |
説明 | Simple extension to export your trello board to excel |
ファイルサイズ | 603 KB |
インストール数 | 166 |
現在のバージョン | 0.2.0 |
最終更新日 | 2023-12-18 |
公開日 | 2018-08-28 |
開発者 | marabesi |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/marabesi/trello-to-excel |
ヘルプページのURL | https://github.com/marabesi/trello-to-excel/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trello board to excel", "description": "Simple extension to export your trello board to excel", "version": "0.2.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Trello to excel!" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "downloads" ] } |