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 |
| 官方網址 | 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
} | |