Trello Flow

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

Trello Flow là gì?

Trello Flow là một tiện ích mở rộng Chrome được phát triển bởi Renan Borges, và tính năng chính của nó là "Hide columns in trello board that are not important for you!".

Ả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 Flow

Tải xuống các tệp mở rộng Trello Flow 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

                        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.                    

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

Tên Trello Flow Trello Flow
ID iiflidlllljlnghlfigmebcnjiloohbn
URL Chính Thức https://chrome.google.com/webstore/detail/trello-flow/iiflidlllljlnghlfigmebcnjiloohbn
Mô tả Hide columns in trello board that are not important for you!
Kích Thước Tệp 294 KB
Số Lần Cài Đặt 57
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2022-11-03
Ngày Phát Hành 2019-10-10
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Renan Borges
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/renanborgez
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}