Better Task Names for JIRA
Suggests best practice task names inline in JIRA based on task type. Better names, better team performance.
Better Task Names for JIRA là gì?
Better Task Names for JIRA là một tiện ích mở rộng Chrome được phát triển bởi https://stratejos.ai, và tính năng chính của nó là "Suggests best practice task names inline in JIRA based on task type. Better names, better team performance.".
Ả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 Better Task Names for JIRA
Tải xuống các tệp mở rộng Better Task Names for JIRA 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
Suggests best practice task names inline in JIRA. So, when you are creating a task or editing a task's title in JIRA, this extension enables a little suggestion to show up, suggesting the best format for that type of task. Getting better names for your tasks, bugs, issues and user stories will mean better team performance due to better shared understanding. Based on our analysis of thousands of tasks and years of experience in software teams we've reached a hypothesis on what the best formats for task names are. Currently this extension only supports JIRA but if we receive enough support we'll enable it for other tools like Trello, Asana and basecamp. Produced by stratejos as part of our mission to evolve the state of software teams to be more data-driven and AI assisted.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Better Task Names for JIRA |
ID | ojdelmehgjmlbdkikafcbldldfipdlpm |
URL Chính Thức | https://chromewebstore.google.com/detail/better-task-names-for-jir/ojdelmehgjmlbdkikafcbldldfipdlpm |
Mô tả | Suggests best practice task names inline in JIRA based on task type. Better names, better team performance. |
Kích Thước Tệp | 22.31 KB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 1.1.5 |
Cập Nhật Lần Cuối | 2017-03-22 |
Ngày Phát Hành | 2017-03-21 |
Đánh Giá | 3.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://stratejos.ai |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://support.stratejos.ai |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better Task Names for JIRA", "short_name": "Better Task Names", "description": "Suggests best practice task names inline in JIRA based on task type. Better names, better team performance.", "version": "1.1.5", "icons": { "16": "assets\/images\/icon16.png", "32": "assets\/images\/icon32.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "permissions": [ "storage" ], "background": { "scripts": [ "src\/suggestionCounter.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.atlassian.net\/*" ], "js": [ "src\/jira\/issue_summary_input_helper.js" ] } ], "web_accessible_resources": [ "assets\/images\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |