JIRA Capex Report

Creates a capex report based on your JIRA issues

Apa itu JIRA Capex Report?

JIRA Capex Report adalah ekstensi Chrome yang dikembangkan oleh JIRALyzer, dan fitur utamanya adalah "Creates a capex report based on your JIRA issues".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi JIRA Capex Report

Unduh file ekstensi JIRA Capex Report dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama JIRA Capex Report JIRA Capex Report
ID nojcohbbfnojelnpelcookmhljdkfjaj
URL Resmi https://chromewebstore.google.com/detail/jira-capex-report/nojcohbbfnojelnpelcookmhljdkfjaj
Deskripsi Creates a capex report based on your JIRA issues
Ukuran File 1.35 MB
Jumlah Instalasi 15
Versi Saat Ini 0.0.0.7
Terakhir Diperbarui 2017-03-15
Tanggal Publikasi 2017-03-15
Pengembang JIRALyzer
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/joacim-boive/jira-capex
Bahasa yang Didukung 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",
        ""
    ]
}