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 |
电子邮箱 | [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" ] } |