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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    ]
}