Trello Squadification

Distributed squadification for Trello

Trello Squadificationคืออะไร?

Trello Squadification เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Magnus Nord และคุณลักษณะหลักของมันคือ "Distributed squadification for Trello"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trello Squadification

ดาวน์โหลดไฟล์ส่วนขยาย Trello Squadification ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This is an extension for Trello letting people self-organize.

* Setup custom constraints with roles and team sizes
* Uses Trello built-in functionality to specify main and supporting roles
* Uses the custom field powerup to generate team statistics and insights

For documentation go here: https://github.com/NordMagnus/Trello-Squadification/wiki/Documentation

CHANGELOG

Version 0.1.0
=============================
- Code refactoring
- Added "Group Overview" showing stats for entire group
- Small visual fixes to buttons and charts
- Performance changes (hopefully improvements)

Version 0.0.4
=============================
- Minor performance fixes(?)
- Possible to use ">=" and "<=" to define team size constraints
- Added a constraint for confidence
- Added graph for role distribution in team (pie chart)
- Added graph for team confidence (when defined as custom field "Confidence")
- Concern card titles added to the status bar at top of list

Version 0.0.3
=============================
- Performance fixes related to cover images

Version 0.0.2
=============================
- Toggle icon sizes (original ⇒ small ⇒ hide)
- Graphs are sorted alphabetically
- Fixed minor visual glitch when adding cards to "Squadification Constraints" list
- Removed default size for teams (won't check unless specifically specified)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Trello Squadification Trello Squadification
ID bbmpbbepkbllcidebbdgecomhnlddjjd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trello-squadification/bbmpbbepkbllcidebbdgecomhnlddjjd
คำอธิบาย Distributed squadification for Trello
ขนาดไฟล์ 200 KB
จำนวนการติดตั้ง 163
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2018-03-15
วันที่เผยแพร่ 2018-03-15
คะแนน 3.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Magnus Nord
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello Squadification",
    "version": "0.1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128-96.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "icons\/icon48.png"
    },
    "description": "Distributed squadification for Trello",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "lib\/jquery.js",
                "lib\/Chart.js",
                "tdom.js",
                "trello-squadification.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ]
}