Trello board to excel

Simple extension to export your trello board to excel

Trello board to excel là gì?

Trello board to excel là một tiện ích mở rộng Chrome được phát triển bởi marabesi, và tính năng chính của nó là "Simple extension to export your trello board to excel".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Trello board to excel

Tải xuống các tệp mở rộng Trello board to excel dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Trello board to excel Trello board to excel
ID oimcopobgjkigfbcblljgeblejgoljjf
URL Chính Thức https://chromewebstore.google.com/detail/trello-board-to-excel/oimcopobgjkigfbcblljgeblejgoljjf
Mô tả Simple extension to export your trello board to excel
Kích Thước Tệp 603 KB
Số Lần Cài Đặt 166
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2023-12-18
Ngày Phát Hành 2018-08-28
Nhà Phát Triển marabesi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/marabesi/trello-to-excel
URL Trang Trợ Giúp https://github.com/marabesi/trello-to-excel/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}