Agile SCRUM for Trello boards
Super-charge your Trello boards with Story Points, Projects and Progress bars
Agile SCRUM for Trello boards là gì?
Agile SCRUM for Trello boards là một tiện ích mở rộng Chrome được phát triển bởi https://xaviesteve.com, và tính năng chính của nó là "Super-charge your Trello boards with Story Points, Projects and Progress bars".
Ả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 Agile SCRUM for Trello boards
Tải xuống các tệp mở rộng Agile SCRUM for Trello boards 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
Agile SCRUM for Trello boards gives super-powers to your Trello boards by enabling SCRUM features: ★ STORY POINTS: Set Story Points for Trello Cards ★ TIME SPENT: Set time spent on tasks. ★ TAGS: Group Cards into tags, User Stories or projects, these are colored automagically to save you time. ★ PROGRESS BARS: Visualize your Sprint evolution instantly with unobtrusive background progress bars on both cards and lists. ★ HEADER SEPARATORS: Use header separators to group cards inside lists. ★ VISUAL AIDS: Cards with more Story Points have a slightly increased font size so you can distinguish bigger from smaller tasks at a glance. Instructions ――――――――――――――――――― There's no need to set up anything! This extension is made to be simple, install it and start giving super powers to your boards. Add SP to a card by typing the number in parenthesis: "(3) Design new homepage header" Track time spent on each card: "(1/3) Design new homepage header" Assign a card to a Project by writing it in square brackets: "[dev] Implement Ads in footer" Create a Header Separator by creating a new card with three asterisks at the start and end: "*** Sprint 3 ***" You can add as many tags as needed. Tags will be colored automatically in a random color. Both SP and Tags can be defined anywhere in the card's text, it's usually best to add them at the start so it's easier to read. At the top right of the Lists and Cards you can see how many story points have been completed and how many there are in total. Compatibility ――――――――――――――――――― If a team member doesn't have the extension installed he will still see be able to see Story Points and Projects as well as modify them (he won't see colors or progress bars). You can install/uninstall the extension at any time without loosing any data too. This extension is the fastest and with the best performance of all similar extensions and at simply 2KB of code, a seamless extension to have installed, even for slow computers or for those users who want Chrome to work fast and are concerned on having too many extensions, this extension has such a tiny footprint that goes unnoticeable.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Agile SCRUM for Trello boards |
ID | njmflagahgdhopbcdilgahjlfiecakpe |
URL Chính Thức | https://chromewebstore.google.com/detail/agile-scrum-for-trello-bo/njmflagahgdhopbcdilgahjlfiecakpe |
Mô tả | Super-charge your Trello boards with Story Points, Projects and Progress bars |
Kích Thước Tệp | 44.17 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 1.4.7 |
Cập Nhật Lần Cuối | 2022-04-10 |
Ngày Phát Hành | 2018-04-20 |
Đánh Giá | 4.06/5 Tổng số 90 Đánh Giá |
Nhà Phát Triển | https://xaviesteve.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://xaviesteve.com/5109/agile-scrum-trello-boards/ |
URL Trang Trợ Giúp | https://github.com/luckyshot/agilescrumfortrello/issues |
URL Trang Chính Sách Bảo Mật | https://xaviesteve.com/legal |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Agile SCRUM for Trello boards", "short_name": "SCRUM Trello", "description": "Super-charge your Trello boards with Story Points, Projects and Progress bars", "version": "1.4.7", "author": "Xavi Esteve", "content_scripts": [ { "matches": [ "https:\/\/trello.com\/b\/*" ], "js": [ "jquery.js", "agilescrumfortrello.js" ], "css": [ "agilescrumfortrello.css" ] } ], "manifest_version": 2, "icons": { "16": "agilescrumfortrello-16.png", "32": "agilescrumfortrello-32.png", "24": "agilescrumfortrello-24.png", "48": "agilescrumfortrello-48.png", "128": "agilescrumfortrello-128.png" } } |