StoryScrip
Templating for user stories & bugs in Pivotal Tracker
StoryScrip là gì?
StoryScrip là một tiện ích mở rộng Chrome được phát triển bởi https://www.storyscrip.co, và tính năng chính của nó là "Templating for user stories & bugs in Pivotal Tracker".
Ả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 StoryScrip
Tải xuống các tệp mở rộng StoryScrip 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
Write user stories and bugs faster and with more consistency using StoryScrip. This extension adds a single button to Pivotal Tracker's story editor. Press the StoryScrip button when you're creating new user stories or bugs to generate a boilerplate based on a Medium post titled A Framework for modern User Stories by Jon Dobrowolski. http://bit.ly/1FTXVJw
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | StoryScrip |
ID | hbkfmblkcllhmmambkpoieimkmjamhdg |
URL Chính Thức | https://chromewebstore.google.com/detail/storyscrip/hbkfmblkcllhmmambkpoieimkmjamhdg |
Mô tả | Templating for user stories & bugs in Pivotal Tracker |
Kích Thước Tệp | 148 KB |
Số Lần Cài Đặt | 55 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2018-02-25 |
Ngày Phát Hành | 2018-02-24 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://www.storyscrip.co |
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": "StoryScrip", "version": "0.1.1", "manifest_version": 2, "description": "Templating for user stories & bugs in Pivotal Tracker", "homepage_url": "http:\/\/storyscrip.co", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/www.pivotaltracker.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.pivotaltracker.com\/*" ], "css": [ "src\/inject\/inject.css" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ] } ] } |