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
电子邮箱 [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",
        ""
    ]
}