Scrum 2 Trello

Adds Scrum to your Trello

Scrum 2 Trelloとは何ですか?

Scrum 2 TrelloはGrey Rook GmbHによって開発されたChromeの拡張機能で、その主な機能は「Adds Scrum to your Trello」です。

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

screenshot
screenshot
screenshot

Scrum 2 Trello拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This is a forked version of Marcel Duin's and Jasper Kaizer's original version of Scrum for Trello.

Adds Scrum to your Trello

Scrum for Trello adds functionality to the awesome trello.com for use in Scrum projects.                    

拡張機能の基本情報

名前 Scrum 2 Trello Scrum 2 Trello
ID eklnbcfpdppjhpiohbhjolbnolgolknm
公式URL https://chromewebstore.google.com/detail/scrum-2-trello/eklnbcfpdppjhpiohbhjolbnolgolknm
説明 Adds Scrum to your Trello
ファイルサイズ 62.23 KB
インストール数 109
現在のバージョン 1.2
最終更新日 2019-01-03
公開日 2019-01-03
評価 4.25/5 合計 4 レビュー
開発者 Grey Rook GmbH
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/GreyRook/scrum2trello
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scrum 2 Trello",
    "version": "1.2",
    "description": "Adds Scrum to your Trello",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "trelloscrum.js"
            ],
            "css": [
                "trelloscrum.css"
            ]
        }
    ],
    "manifest_version": 2,
    "icons": {
        "128": "trello-scrum-icon.png"
    },
    "web_accessible_resources": [
        "images\/storypoints-icon.png",
        "images\/points-done.png",
        "images\/burndown_for_trello_icon_12x12.png",
        "images\/burndown_for_trello_icon_18x18.png",
        "images\/trello-scrum-icon_12x12.png",
        "images\/trello-scrum-icon_18x18.png"
    ],
    "permissions": [
        "storage"
    ]
}