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 |
| Eメール | [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
} | |