JIRA watcher
Now you will not miss important changes in your JIRA filter. JIRA watcher is a useful extension which helps you keep track of the…
JIRA watcher là gì?
JIRA watcher là một tiện ích mở rộng Chrome được phát triển bởi Andy, và tính năng chính của nó là "Now you will not miss important changes in your JIRA filter. JIRA watcher is a useful extension which helps you keep track of the…".
Ả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
Now you will not miss important changes in your JIRA filter. JIRA watcher is a useful extension which helps you keep track of the changes in your JIRA filter each 10 seconds such as new task(s) or new status of tasks. Extension displays the number of changed tasks. Also you can click on extension and see the list of changes and open any task if you need. How to use: - create new filter in your JIRA account - open JIRA extension and write your JIRA domain - find your filter and click start button - you'll be informed about any changes via notifications, enjoy!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | JIRA watcher |
ID | iiajffelcclpfiphgmhmkbfbbaiadpbm |
URL Chính Thức | https://chromewebstore.google.com/detail/jira-watcher/iiajffelcclpfiphgmhmkbfbbaiadpbm |
Mô tả | Now you will not miss important changes in your JIRA filter. JIRA watcher is a useful extension which helps you keep track of the… |
Kích Thước Tệp | 232 KB |
Số Lần Cài Đặt | 81 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2020-09-30 |
Ngày Phát Hành | 2016-06-16 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Andy |
[email protected] | |
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", "version": "2.0", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'", "icons": { "16": "images\/jira16.png", "48": "images\/jira48.png", "128": "images\/jira128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "https:\/\/*\/", "notifications" ], "browser_action": { "default_title": "JIRA watcher", "default_icon": "images\/jira.png", "default_popup": "index.html" } } |