Charters for Pivotal Tracker
Rocketship icon for Charters in your Pivotal Tracker backlog
Charters for Pivotal Tracker là gì?
Charters for Pivotal Tracker là một tiện ích mở rộng Chrome được phát triển bởi Kimberly Johnson, và tính năng chính của nó là "Rocketship icon for Charters in your Pivotal Tracker backlog".
Ả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 Charters for Pivotal Tracker
Tải xuống các tệp mở rộng Charters for Pivotal Tracker 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
When a story contains the label "charter" in your Pivotal Tracker project, a rocketship icon will be displayed next to the story instead of the usual feature/chore/bug icon. This lets you quickly identify your exploratory charters in your backlog or icebox. For more information on Charters and Exploratory Testing, read "Explore It!" by Elisabeth Hendrickson, or check out this blog post: https://medium.com/@kimbellina/charters-exploratory-testing-and-beyond-87315184f256
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Charters for Pivotal Tracker |
ID | ikipphmlahnffieaaliffjjlffhpbjgj |
URL Chính Thức | https://chromewebstore.google.com/detail/charters-for-pivotal-trac/ikipphmlahnffieaaliffjjlffhpbjgj |
Mô tả | Rocketship icon for Charters in your Pivotal Tracker backlog |
Kích Thước Tệp | 6.39 MB |
Số Lần Cài Đặt | 72 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2017-03-18 |
Ngày Phát Hành | 2017-03-18 |
Nhà Phát Triển | Kimberly Johnson |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://medium.com/product-labs/charters-exploratory-testing-and-beyond-87315184f256 |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Charters for Pivotal Tracker", "version": "1.0.0", "manifest_version": 2, "author": "Kim Johnson, Daphne Lin, David Edwards", "description": "Rocketship icon for Charters in your Pivotal Tracker backlog", "homepage_url": "https:\/\/github.com\/kimberlyjohnson\/charters-for-pivotal-tracker", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "permissions": [ "http:\/\/www.pivotaltracker.com\/*", "https:\/\/www.pivotaltracker.com\/*" ], "short_name": "Charters for Pivotal Tracker", "content_scripts": [ { "matches": [ "http:\/\/www.pivotaltracker.com\/*", "https:\/\/www.pivotaltracker.com\/*" ], "js": [ "src\/inject\/isLabelEligible.js", "src\/inject\/inject.js" ], "css": [ "css\/inject\/inject.css" ] } ] } |