Scrumcoon-trello
An extension to help scrumteams play planning poker on trello cards
Scrumcoon-trello là gì?
Scrumcoon-trello là một tiện ích mở rộng Chrome được phát triển bởi Christopher Lopez, và tính năng chính của nó là "An extension to help scrumteams play planning poker on trello cards".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Scrumcoon-trello
Tải xuống các tệp mở rộng Scrumcoon-trello dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Scrumcoon-trello |
ID | aepkpdjaenhlokmepnimkgfmlechonlc |
URL Chính Thức | https://chromewebstore.google.com/detail/scrumcoon-trello/aepkpdjaenhlokmepnimkgfmlechonlc |
Mô tả | An extension to help scrumteams play planning poker on trello cards |
Kích Thước Tệp | 1.19 MB |
Số Lần Cài Đặt | 67 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2016-11-23 |
Ngày Phát Hành | 2016-11-22 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Christopher Lopez |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |