Scrumcoon-trello

An extension to help scrumteams play planning poker on trello cards

什麼是Scrumcoon-trello?

Scrumcoon-trello是由Christopher Lopez開發的Chrome擴展程式,該擴展的主要功能是“An extension to help scrumteams play planning poker on trello cards”。

擴展截圖

screenshot

下載Scrumcoon-trello擴展crx文件

下載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
官方網址 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\/*"
    ]
}