Trello Flow
Hide columns in trello board that are not important for you!
Trello Flow क्या है?
Trello Flow Renan Borges द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hide columns in trello board that are not important for you!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trello Flow एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | iiflidlllljlnghlfigmebcnjiloohbn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/trello-flow/iiflidlllljlnghlfigmebcnjiloohbn |
विवरण | Hide columns in trello board that are not important for you! |
फ़ाइल का आकार | 294 KB |
स्थापना संख्या | 57 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2022-11-03 |
प्रकाशन तिथि | 2019-10-10 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | Renan Borges |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/renanborgez |
समर्थित भाषाएँ | 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" ] } ] } |