Jira Watcher
The best extension to take control of your Jira issues.
Jira Watcher là gì?
Jira Watcher là một tiện ích mở rộng Chrome được phát triển bởi Ciro Miranda, và tính năng chính của nó là "The best extension to take control of your Jira issues.".
Ả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 Jira Watcher
Tải xuống các tệp mở rộng Jira Watcher 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 extension allows you to keep close attention to a specific list of issues. You can configure a custom JQL query that keeps you updated with the changes made to the effected issues. Get notifications when issues are commented or when they change state. Have better control of your sprints or any list of issues that you want to keep an eye out right on the browser.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Jira Watcher |
ID | aibfblhmamolcamgjgbbfjjjligbknmf |
URL Chính Thức | https://chromewebstore.google.com/detail/jira-watcher/aibfblhmamolcamgjgbbfjjjligbknmf |
Mô tả | The best extension to take control of your Jira issues. |
Kích Thước Tệp | 407 KB |
Số Lần Cài Đặt | 191 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2015-06-09 |
Ngày Phát Hành | 2015-06-09 |
Đánh Giá | 3.25/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Ciro Miranda |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jira Watcher", "description": "The best extension to take control of your Jira issues.", "version": "1.0.0", "icons": { "128": "images\/JIRA_navy.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "build\/html\/popup.html" }, "background": { "scripts": [ "build\/js\/bg_compiled.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'", "options_ui": { "page": "options.html", "chrome_style": true }, "web_accessible_resources": [ "build\/html\/options.html" ], "permissions": [ "background", "notifications", "storage", "http:\/\/*\/", "https:\/\/*\/" ] } |