Scrumcoon-trello

An extension to help scrumteams play planning poker on trello cards

Scrumcoon-trelloคืออะไร?

Scrumcoon-trello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Christopher Lopez และคุณลักษณะหลักของมันคือ "An extension to help scrumteams play planning poker on trello cards"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scrumcoon-trello

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

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

                        This extensions is for scrumteams using trello.

It extends functionality of trello.com adding the ability to estimate cards playing planning poker with the help of scrumcoon.firebaseapp.com.

When browsing a card inside trello, the button Estimate in SC will be visible. Pressing that will open scrumcoon.firebaseapp.com side by side making it easy to estimate the card.                    

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

ชื่อ Scrumcoon-trello Scrumcoon-trello
ID aepkpdjaenhlokmepnimkgfmlechonlc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scrumcoon-trello/aepkpdjaenhlokmepnimkgfmlechonlc
คำอธิบาย An extension to help scrumteams play planning poker on trello cards
ขนาดไฟล์ 1.19 MB
จำนวนการติดตั้ง 67
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2016-11-23
วันที่เผยแพร่ 2016-11-22
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Christopher Lopez
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scrumcoon-trello",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "An extension to help scrumteams play planning poker on trello cards",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/scrumcoon-trello\/aepkpdjaenhlokmepnimkgfmlechonlc",
    "icons": {
        "16": "icons\/icon-sc-16.png",
        "48": "icons\/icon-sc-48.png",
        "128": "icons\/icon-sc-128.png"
    },
    "permissions": [
        "https:\/\/trello.com\/*",
        "https:\/\/scumcoon.firebaseapp.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "bower_components\/firebase\/firebase.js",
                "bower_components\/firebase\/firebase-app.js",
                "bower_components\/firebase\/firebase-database.js",
                "bower_components\/jquery\/dist\/jquery.min.js",
                "src\/content-scripts\/firebaseapp.js",
                "src\/content-scripts\/main.js"
            ],
            "css": [
                "src\/content-scripts\/main.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/*"
    ]
}