JIRA Helper
There is a JIRA helper to view charts.
什么是JIRA Helper?
JIRA Helper是由protonss开发的Chrome扩展程序,该扩展的主要功能是“There is a JIRA helper to view charts.”。
扩展截图
下载JIRA Helper扩展crx文件
下载JIRA Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
There is a JIRA helper to view charts.
Features:
- Story BurnDown
- Task BurnDown
- Points BurnDown
- Graphic Pie
Using JIRA API to get informations. 扩展基本信息
| 名称 | |
| ID | fdenphmjbcefmkehfehjmgfhalmjljda |
| 官方URL | https://chromewebstore.google.com/detail/jira-helper/fdenphmjbcefmkehfehjmgfhalmjljda |
| 简介 | There is a JIRA helper to view charts. |
| 文件大小 | 247 KB |
| 安装次数 | 110 |
| 当前版本 | 1.3.1 |
| 更新时间 | 2018-03-22 |
| 上架时间 | 2018-03-22 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | protonss |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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
} | |