Trello Flow
Hide columns in trello board that are not important for you!
Cos'è Trello Flow?
Trello Flow è un'estensione di Chrome sviluppata da Renan Borges, e la sua funzione principale è "Hide columns in trello board that are not important for you!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Trello Flow
Scarica i file di estensione Trello Flow in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | iiflidlllljlnghlfigmebcnjiloohbn |
URL Ufficiale | https://chrome.google.com/webstore/detail/trello-flow/iiflidlllljlnghlfigmebcnjiloohbn |
Descrizione | Hide columns in trello board that are not important for you! |
Dimensione del File | 294 KB |
Conteggio Installazioni | 57 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2022-11-03 |
Data di Pubblicazione | 2019-10-10 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | Renan Borges |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/renanborgez |
Lingue Supportate | 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" ] } ] } |