JIRA Capex Report

Creates a capex report based on your JIRA issues

JIRA Capex Report là gì?

JIRA Capex Report là một tiện ích mở rộng Chrome được phát triển bởi JIRALyzer, và tính năng chính của nó là "Creates a capex report based on your JIRA issues".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng JIRA Capex Report

Tải xuống các tệp mở rộng JIRA Capex Report dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JIRA Capex Report JIRA Capex Report
ID nojcohbbfnojelnpelcookmhljdkfjaj
URL Chính Thức https://chromewebstore.google.com/detail/jira-capex-report/nojcohbbfnojelnpelcookmhljdkfjaj
Mô tả Creates a capex report based on your JIRA issues
Kích Thước Tệp 1.35 MB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 0.0.0.7
Cập Nhật Lần Cuối 2017-03-15
Ngày Phát Hành 2017-03-15
Nhà Phát Triển JIRALyzer
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/joacim-boive/jira-capex
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}