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