Scrumcoon-trello

An extension to help scrumteams play planning poker on trello cards

O que é Scrumcoon-trello?

Scrumcoon-trello é uma extensão do Chrome desenvolvida por Christopher Lopez, e sua principal característica é "An extension to help scrumteams play planning poker on trello cards".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Scrumcoon-trello

Baixe arquivos de extensão Scrumcoon-trello no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Scrumcoon-trello Scrumcoon-trello
ID aepkpdjaenhlokmepnimkgfmlechonlc
URL Oficial https://chromewebstore.google.com/detail/scrumcoon-trello/aepkpdjaenhlokmepnimkgfmlechonlc
Descrição An extension to help scrumteams play planning poker on trello cards
Tamanho do Arquivo 1.19 MB
Contagem de Instalações 67
Versão Atual 0.0.4
Última Atualização 2016-11-23
Data de Publicação 2016-11-22
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Christopher Lopez
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}