Jira Alert and Updates
Jira Notifications in your chrome browser
Jira Alert and Updates là gì?
Jira Alert and Updates là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Jira Notifications in your chrome browser".
Ả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 Alert and Updates
Tải xuống các tệp mở rộng Jira Alert and Updates 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
JiraAlert notifies you for any status/comment update on the Jira you have added to track in the app. It notifies via chrome notifications and also updates badgeText (small text beneath the chrome extension icon in the omnibar) and also as a badgeText beside the JiraID when you click open the app. Usage: 1. Copy the jira link and paste it in the text box to get notification on any comment/status updates. 2. Click Refresh to check if there are any updates to the added list of jiras. 3. Click "X" to remove Jira from the tracking list. Note: There might be delay of 5 minutes.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Jira Alert and Updates |
ID | okdnefjehonifdejfbhgakfhibhfcdeb |
URL Chính Thức | https://chromewebstore.google.com/detail/jira-alert-and-updates/okdnefjehonifdejfbhgakfhibhfcdeb |
Mô tả | Jira Notifications in your chrome browser |
Kích Thước Tệp | 29.17 KB |
Số Lần Cài Đặt | 77 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2016-06-26 |
Ngày Phát Hành | 2016-06-26 |
Đánh Giá | 3.40/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Unknown |
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 Alert and Updates", "description": "Jira Notifications in your chrome browser", "version": "1.0.1", "browser_action": { "default_icon": "ja_rocket_48.png", "default_popup": "popup.html" }, "icons": { "16": "ja_rocket_16.png", "48": "ja_rocket_48.png", "128": "ja_rocket_128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "https:\/\/*\/*\/rest\/api\/2\/issue\/*", "http:\/\/127.0.0.1:5000\/", "notifications" ] } |