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”。

擴展截圖

screenshot

下載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 Trello board to excel
ID oimcopobgjkigfbcblljgeblejgoljjf
官方網址 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"
    ]
}