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ファイルをダウンロード

JIRA Capex Report拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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