Trello Flow

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

Vad är Trello Flow?

Trello Flow är en Chrome-tillägg utvecklad av Renan Borges, och dess huvudfunktion är "Hide columns in trello board that are not important for you!".

Tilläggsskärmbilder

screenshot

Ladda ner Trello Flow-förlängningens CRX-fil

Ladda ner Trello Flow-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Trello Flow Trello Flow
ID iiflidlllljlnghlfigmebcnjiloohbn
Officiell webbadress https://chrome.google.com/webstore/detail/trello-flow/iiflidlllljlnghlfigmebcnjiloohbn
Beskrivning Hide columns in trello board that are not important for you!
Filstorlek 294 KB
Antal Installationer 57
Aktuell Version 1.0.2
Senast Uppdaterad 2022-11-03
Publiceringsdatum 2019-10-10
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare Renan Borges
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/renanborgez
Stödda Språk 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"
            ]
        }
    ]
}