Trellisto for Trello Plugin

Displays a consolidated list of cards from all Trello boards

ما هو Trellisto for Trello Plugin؟

Trellisto for Trello Plugin هو إضافة Chrome تم تطويرها بواسطة Duende، والميزة الرئيسية لها هي "Displays a consolidated list of cards from all Trello boards".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Trellisto for Trello Plugin

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

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

                        Trellisto for Trello makes it easier for you to organize lists across multiple boards. Trellisto works within the Cards view and allows you to:

- Sort your cards by list name: If you use Trello as a scrum board, or use any other consistent list naming across multiple boards, then you will love this list sorting feature.

- Filter your cards view by list name: Show/hide some or all of your cards by list name

- Save your filter settings, and then restore them at any time with the click of a button.

- Automatically save the current filter settings configuration in the Cards view, so that your settings will not reset after a page refresh.

- Calculates total scrum/consumed for each list name: If you use Scrum for Trello, Trellisto will calculate the scrum/consumed points for each list name. If you do not have Scrum for Trello installed, you can always add scrum/consumed points to your card titles by nesting the scrum point value between parentheses and the consumed point value between square brackets. Example: (4) [2] Trellisto will still calculate the scrum/consumed totals based on those values.

New in version 1.2.0:

- Trellisto now works in Trello's latest update to the Cards view.

- Fixed issue where special characters in list names are ignored.                    

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

الاسم Trellisto for Trello Plugin Trellisto for Trello Plugin
ID jbgpndbkleajjjoplkmcofgkelocohon
عنوان URL الرسمي https://chrome.google.com/webstore/detail/trellisto-for-trello-plug/jbgpndbkleajjjoplkmcofgkelocohon
الوصف Displays a consolidated list of cards from all Trello boards
حجم الملف 4.99 MB
عدد التثبيتات 259
النسخة الحالية 1.2.0
آخر تحديث 2019-01-31
تاريخ النشر 2019-01-31
تقييم 2.60/5 مجموع تقييمات 5
المطور Duende
نوع الدفع free
موقع الإضافة https://github.com/duende-us/trellisto
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trellisto for Trello Plugin",
    "version": "1.2.0",
    "description": "Displays a consolidated list of cards from all Trello boards",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*\/cards"
            ],
            "css": [
                "css\/trellisto-styles.css"
            ],
            "js": [
                "scripts\/trellisto-scripts.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icons\/icon_16x16.png",
        "48": "icons\/icon_48x48.png",
        "128": "icons\/icon_128x128.png"
    },
    "permissions": [
        "storage"
    ]
}