Trello Flow
Hide columns in trello board that are not important for you!
Was ist Trello Flow?
Trello Flow ist eine Chrome-Erweiterung, die von Renan Borges entwickelt wurde, und ihr Hauptmerkmal ist "Hide columns in trello board that are not important for you!".
Erweiterungsscreenshots
Trello Flow-Erweiterungs-CRX-Datei herunterladen
Laden Sie Trello Flow-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | iiflidlllljlnghlfigmebcnjiloohbn |
Offizielle URL | https://chrome.google.com/webstore/detail/trello-flow/iiflidlllljlnghlfigmebcnjiloohbn |
Beschreibung | Hide columns in trello board that are not important for you! |
Dateigröße | 294 KB |
Installationsanzahl | 57 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2022-11-03 |
Veröffentlichungsdatum | 2019-10-10 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | Renan Borges |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/renanborgez |
Unterstützte Sprachen | 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" ] } ] } |