JIRA Capex Report

Creates a capex report based on your JIRA issues

JIRA Capex Report란 무엇입니까?

JIRA Capex Report은(는) JIRALyzer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Creates a capex report based on your JIRA issues"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

JIRA Capex Report 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Using Atlassian JIRA - create a report showing all logged time, including sub-tasks, during your specified time period!

Commonly used to be able to capitalise time, for instance.


Simply enter your JIRA URL, credentials, and JQL of the JIRAs that you wish to analyze.                    

확장 프로그램 기본 정보

이름 JIRA Capex Report JIRA Capex Report
ID nojcohbbfnojelnpelcookmhljdkfjaj
공식 URL https://chromewebstore.google.com/detail/jira-capex-report/nojcohbbfnojelnpelcookmhljdkfjaj
설명 Creates a capex report based on your JIRA issues
파일 크기 1.35 MB
설치 횟수 15
현재 버전 0.0.0.7
최근 업데이트 2017-03-15
출시 날짜 2017-03-15
개발자 JIRALyzer
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/joacim-boive/jira-capex
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JIRA Capex Report",
    "version": "0.0.0.7",
    "manifest_version": 2,
    "description": "Creates a capex report based on your JIRA issues",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "80": "icons\/icon80.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "JIRA Capex Report",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "tabs",
        "storage",
        ""
    ]
}