Trello Flow
Hide columns in trello board that are not important for you!
Hvad er Trello Flow?
Trello Flow er en Chrome-udvidelse udviklet af Renan Borges, og dens hovedfunktion er "Hide columns in trello board that are not important for you!".
Udvidelsesskærmbilleder
Download Trello Flow-udvidelses-CRX-fil
Download Trello Flow-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | iiflidlllljlnghlfigmebcnjiloohbn |
Officiel URL | https://chrome.google.com/webstore/detail/trello-flow/iiflidlllljlnghlfigmebcnjiloohbn |
Beskrivelse | Hide columns in trello board that are not important for you! |
Filstørrelse | 294 KB |
Antal Installationer | 57 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2022-11-03 |
Udgivelsesdato | 2019-10-10 |
Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
Udvikler | Renan Borges |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/renanborgez |
Understøttede Sprog | 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" ] } ] } |