Scrumcoon-trello
An extension to help scrumteams play planning poker on trello cards
Cos'è Scrumcoon-trello?
Scrumcoon-trello è un'estensione di Chrome sviluppata da Christopher Lopez, e la sua funzione principale è "An extension to help scrumteams play planning poker on trello cards".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Scrumcoon-trello
Scarica i file di estensione Scrumcoon-trello in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Scrumcoon-trello |
ID | aepkpdjaenhlokmepnimkgfmlechonlc |
URL Ufficiale | https://chromewebstore.google.com/detail/scrumcoon-trello/aepkpdjaenhlokmepnimkgfmlechonlc |
Descrizione | An extension to help scrumteams play planning poker on trello cards |
Dimensione del File | 1.19 MB |
Conteggio Installazioni | 67 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2016-11-23 |
Data di Pubblicazione | 2016-11-22 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Christopher Lopez |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |