Trello board to excel

Simple extension to export your trello board to excel

Trello board to excelคืออะไร?

Trello board to excel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย marabesi และคุณลักษณะหลักของมันคือ "Simple extension to export your trello board to excel"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trello board to excel

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    ]
}