Trello Views

Tailored views of your boards!

Trello Views क्या है?

Trello Views BiteSite Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tailored views of your boards!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Trello Views एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Trello Views is a simple extension that allows to to easily show/hide columns on Trello boards. It's ideal for boards that have large number of columns catering to many different roles.

For example, you might have a board that Product Managers, Developers, and Designers use. Yet each role only cares about certain columns. You could easily create a "PM" view, a "Dev" view, and a "Design" view each with their own set of columns.

Instructions:
1. Click on the Extension in your Browser
2. Click "Configure Views"
3. Add views by specifying their name, and then a comma-separated list of column names that you want active for that view.
4. Click "Save".
5. Now launch a Trello board, and then click on the Extension and select your view.

Send your feedback to [email protected]!                    

एक्सटेंशन की मूल जानकारी

नाम Trello Views Trello Views
ID ljfoaeaaojcefkmljglbbphcoclnodnm
आधिकारिक URL https://chromewebstore.google.com/detail/trello-views/ljfoaeaaojcefkmljglbbphcoclnodnm
विवरण Tailored views of your boards!
फ़ाइल का आकार 9.48 KB
स्थापना संख्या 60
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2021-06-12
प्रकाशन तिथि 2021-06-12
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर BiteSite Inc.
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello Views",
    "description": "Tailored views of your boards!",
    "version": "0.0.1",
    "manifest_version": 3,
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}