Trello Flow
Hide columns in trello board that are not important for you!
Wat is Trello Flow?
Trello Flow is een Chrome-extensie ontwikkeld door Renan Borges, en de belangrijkste functie is "Hide columns in trello board that are not important for you!".
Extensie Screenshots
Download het CRX-bestand van de extensie Trello Flow
Download Trello Flow-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | iiflidlllljlnghlfigmebcnjiloohbn |
Officiële URL | https://chrome.google.com/webstore/detail/trello-flow/iiflidlllljlnghlfigmebcnjiloohbn |
Beschrijving | Hide columns in trello board that are not important for you! |
Bestandsgrootte | 294 KB |
Aantal Installaties | 57 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2022-11-03 |
Publicatiedatum | 2019-10-10 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Renan Borges |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/renanborgez |
Ondersteunde Talen | 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" ] } ] } |