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
公式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\/*"
    ]
}