Trello Flow

Hide columns in trello board that are not important for you!

ما هو Trello Flow؟

Trello Flow هو إضافة Chrome تم تطويرها بواسطة Renan Borges، والميزة الرئيسية لها هي "Hide columns in trello board that are not important for you!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Trello Flow

قم بتنزيل ملفات الامتداد Trello Flow بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Hide and show columns in Trello, just it!

No changes in your tasks, no changes in any card, your flow will keep working the only thing what will happen is: YOU select what YOU want to see or not!

One click to hide, one click to show again.                    

معلومات أساسية عن التمديد

الاسم Trello Flow Trello Flow
ID iiflidlllljlnghlfigmebcnjiloohbn
عنوان URL الرسمي https://chrome.google.com/webstore/detail/trello-flow/iiflidlllljlnghlfigmebcnjiloohbn
الوصف Hide columns in trello board that are not important for you!
حجم الملف 294 KB
عدد التثبيتات 57
النسخة الحالية 1.0.2
آخر تحديث 2022-11-03
تاريخ النشر 2019-10-10
تقييم 3.67/5 مجموع تقييمات 3
المطور Renan Borges
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/renanborgez
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello Flow",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Hide columns in trello board that are not important for you!",
    "homepage_url": "https:\/\/github.com\/renanborgez\/TrelloFlow",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "page_action": {
        "default_icon": "icons\/icon48.png",
        "default_title": "Trello Flow"
    },
    "permissions": [
        "https:\/\/trello.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}