Trello Flow

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

What is Trello Flow?

Trello Flow is a Chrome extension developed by Renan Borges, and its main feature is "Hide columns in trello board that are not important for you!".

Extension Screenshots

screenshot

Download Trello Flow Extension CRX File

Download Trello Flow extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Trello Flow Trello Flow
ID iiflidlllljlnghlfigmebcnjiloohbn
Official URL https://chrome.google.com/webstore/detail/trello-flow/iiflidlllljlnghlfigmebcnjiloohbn
Description Hide columns in trello board that are not important for you!
File Size 294 KB
Installation Count 57
Current Version 1.0.2
Last Updated 2022-11-03
Publish Date 2019-10-10
Rating 3.67/5 Total 3 Ratings
Developer Renan Borges
Email [email protected]
Payment Type free
Extension Website https://github.com/renanborgez
Supported Languages 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"
            ]
        }
    ]
}