Scrumcoon-trello
An extension to help scrumteams play planning poker on trello cards
Scrumcoon-trello란 무엇입니까?
Scrumcoon-trello은(는) Christopher Lopez에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to help scrumteams play planning poker on trello cards"입니다.
확장 프로그램 스크린샷
Scrumcoon-trello 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Scrumcoon-trello |
ID | aepkpdjaenhlokmepnimkgfmlechonlc |
공식 URL | https://chromewebstore.google.com/detail/scrumcoon-trello/aepkpdjaenhlokmepnimkgfmlechonlc |
설명 | An extension to help scrumteams play planning poker on trello cards |
파일 크기 | 1.19 MB |
설치 횟수 | 67 |
현재 버전 | 0.0.4 |
최근 업데이트 | 2016-11-23 |
출시 날짜 | 2016-11-22 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Christopher Lopez |
결제 유형 | free |
지원되는 언어 | 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\/*" ] } |