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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
There is a JIRA helper to view charts. Features: - Story BurnDown - Task BurnDown - Points BurnDown - Graphic Pie Using JIRA API to get informations.
확장 프로그램 기본 정보
이름 | JIRA Helper |
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 } |