Scrum 2 Trello

Adds Scrum to your Trello

What is Scrum 2 Trello?

Scrum 2 Trello is a Chrome extension developed by Grey Rook GmbH, and its main feature is "Adds Scrum to your Trello".

Extension Screenshots

screenshot
screenshot
screenshot

Download Scrum 2 Trello Extension CRX File

Download Scrum 2 Trello extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Scrum 2 Trello Scrum 2 Trello
ID eklnbcfpdppjhpiohbhjolbnolgolknm
Official URL https://chromewebstore.google.com/detail/scrum-2-trello/eklnbcfpdppjhpiohbhjolbnolgolknm
Description Adds Scrum to your Trello
File Size 62.23 KB
Installation Count 109
Current Version 1.2
Last Updated 2019-01-03
Publish Date 2019-01-03
Rating 4.25/5 Total 4 Ratings
Developer Grey Rook GmbH
Email [email protected]
Payment Type free
Extension Website https://github.com/GreyRook/scrum2trello
Supported Languages 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"
    ]
}