Trello Flow
Hide columns in trello board that are not important for you!
Co to jest Trello Flow?
Trello Flow to rozszerzenie Chrome opracowane przez Renan Borges, a jego główną funkcją jest „Hide columns in trello board that are not important for you!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Trello Flow
Pobierz pliki rozszerzeń Trello Flow w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | iiflidlllljlnghlfigmebcnjiloohbn |
Oficjalny URL | https://chrome.google.com/webstore/detail/trello-flow/iiflidlllljlnghlfigmebcnjiloohbn |
Opis | Hide columns in trello board that are not important for you! |
Rozmiar pliku | 294 KB |
Liczba instalacji | 57 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2022-11-03 |
Data Publikacji | 2019-10-10 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | Renan Borges |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/renanborgez |
Obsługiwane Języki | 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" ] } ] } |