Trello Re-list By Team Members

This plugin adds extended usability and utility to your Trello board to relist items in all lists based on individual team members…

Trello Re-list By Team Members क्या है?

Trello Re-list By Team Members UXBERT Usability Lab द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This plugin adds extended usability and utility to your Trello board to relist items in all lists based on individual team members…"।

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

screenshot
screenshot

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

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

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

                        This plugin adds extended usability and utility to your Trello board to relist items in all lists based on individual team members or by picking list(s) and showing what each member is working on. 

Now, you can see what is on each person's plate in a specific list or multiple lists and what is not assigned to anyone. Or you can select one team member, and see all their lists. Without having to click multiple times to go through the side menu. 

Useful for managing disperse teams and keeping track of what everyone is working on immediately and whats next for them.  

Features:

One-click re-list trello board by team members (it doesn't make any changes to your trello board just does it in your browser temporarily, you can toggle back)
Filter team member's cards by specific list(s)
Visual clue for cards that are shared among team members
You can filter by team or filter by an individual member faster.                    

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

नाम Trello Re-list By Team Members Trello Re-list By Team Members
ID jncidihmnkbkafobjagkjpclpiholifl
आधिकारिक URL https://chromewebstore.google.com/detail/trello-re-list-by-team-me/jncidihmnkbkafobjagkjpclpiholifl
विवरण This plugin adds extended usability and utility to your Trello board to relist items in all lists based on individual team members…
फ़ाइल का आकार 110 KB
स्थापना संख्या 268
वर्तमान संस्करण 0.3
अंतिम अपडेट 2019-07-02
प्रकाशन तिथि 2019-07-02
रेटिंग 3.43/5 कुल 7 रेटिंग्स
डेवलपर UXBERT Usability Lab
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello Re-list By Team Members",
    "version": "0.3",
    "manifest_version": 2,
    "icons": {
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "all_frames": true,
            "matches": [
                "*:\/\/trello.com\/*"
            ],
            "css": [
                "css\/jquery.dropdown.min.css"
            ],
            "js": [
                "js\/jquery-2.2.3.min.js",
                "js\/jquery.dropdown.min.js",
                "js\/underscore-min.js",
                "js\/helpers.js",
                "js\/main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/icon128.png"
    ]
}