Scrumcoon-trello

An extension to help scrumteams play planning poker on trello cards

Was ist Scrumcoon-trello?

Scrumcoon-trello ist eine Chrome-Erweiterung, die von Christopher Lopez entwickelt wurde, und ihr Hauptmerkmal ist "An extension to help scrumteams play planning poker on trello cards".

Erweiterungsscreenshots

screenshot

Scrumcoon-trello-Erweiterungs-CRX-Datei herunterladen

Laden Sie Scrumcoon-trello-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Scrumcoon-trello Scrumcoon-trello
ID aepkpdjaenhlokmepnimkgfmlechonlc
Offizielle URL https://chromewebstore.google.com/detail/scrumcoon-trello/aepkpdjaenhlokmepnimkgfmlechonlc
Beschreibung An extension to help scrumteams play planning poker on trello cards
Dateigröße 1.19 MB
Installationsanzahl 67
Aktuelle Version 0.0.4
Letztes Update 2016-11-23
Veröffentlichungsdatum 2016-11-22
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Christopher Lopez
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}