Trello Flow

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

Apa itu Trello Flow?

Trello Flow adalah ekstensi Chrome yang dikembangkan oleh Renan Borges, dan fitur utamanya adalah "Hide columns in trello board that are not important for you!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Trello Flow

Unduh file ekstensi Trello Flow dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Trello Flow Trello Flow
ID iiflidlllljlnghlfigmebcnjiloohbn
URL Resmi https://chrome.google.com/webstore/detail/trello-flow/iiflidlllljlnghlfigmebcnjiloohbn
Deskripsi Hide columns in trello board that are not important for you!
Ukuran File 294 KB
Jumlah Instalasi 57
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2022-11-03
Tanggal Publikasi 2019-10-10
Penilaian 3.67/5 Total 3 Penilaian
Pengembang Renan Borges
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/renanborgez
Bahasa yang Didukung 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"
            ]
        }
    ]
}