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によって開発されたChromeの拡張機能で、その主な機能は「This plugin adds extended usability and utility to your Trello board to relist items in all lists based on individual team members…」です。

拡張機能のスクリーンショット

screenshot
screenshot

Trello Re-list By Team Members拡張機能のCRXファイルをダウンロード

Trello Re-list By Team Members拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}