JIRA Helper
There is a JIRA helper to view charts.
JIRA Helper là gì?
JIRA Helper là một tiện ích mở rộng Chrome được phát triển bởi protonss, và tính năng chính của nó là "There is a JIRA helper to view charts.".
Ả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 Helper
Tải xuống các tệp mở rộng JIRA Helper 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
There is a JIRA helper to view charts. Features: - Story BurnDown - Task BurnDown - Points BurnDown - Graphic Pie Using JIRA API to get informations.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | JIRA Helper |
ID | fdenphmjbcefmkehfehjmgfhalmjljda |
URL Chính Thức | https://chromewebstore.google.com/detail/jira-helper/fdenphmjbcefmkehfehjmgfhalmjljda |
Mô tả | There is a JIRA helper to view charts. |
Kích Thước Tệp | 247 KB |
Số Lần Cài Đặt | 110 |
Phiên Bản Hiện Tại | 1.3.1 |
Cập Nhật Lần Cuối | 2018-03-22 |
Ngày Phát Hành | 2018-03-22 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | protonss |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | pt-BR |
manifest.json | |
{ "manifest_version": 2, "version": "1.3.1", "name": "JIRA Helper", "short_name": "Jira Helper", "description": "There is a JIRA helper to view charts.", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "styles\/images\/jira-16.png", "48": "styles\/images\/jira-48.png", "128": "styles\/images\/jira-128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "styles\/images\/*.png", "scripts\/main.min.js.map", "scripts\/inject.js" ], "content_scripts": [ { "js": [ "scripts\/main.min.js" ], "css": [ "styles\/css\/inject.min.css" ], "matches": [ "*:\/\/*\/*", "file:\/\/*\/*" ] } ], "offline_enabled": false } |