JIRA Capex Report

Creates a capex report based on your JIRA issues

Cos'è JIRA Capex Report?

JIRA Capex Report è un'estensione di Chrome sviluppata da JIRALyzer, e la sua funzione principale è "Creates a capex report based on your JIRA issues".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione JIRA Capex Report

Scarica i file di estensione JIRA Capex Report in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome JIRA Capex Report JIRA Capex Report
ID nojcohbbfnojelnpelcookmhljdkfjaj
URL Ufficiale https://chromewebstore.google.com/detail/jira-capex-report/nojcohbbfnojelnpelcookmhljdkfjaj
Descrizione Creates a capex report based on your JIRA issues
Dimensione del File 1.35 MB
Conteggio Installazioni 15
Versione Corrente 0.0.0.7
Ultimo Aggiornamento 2017-03-15
Data di Pubblicazione 2017-03-15
Sviluppatore JIRALyzer
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/joacim-boive/jira-capex
Lingue Supportate 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",
        ""
    ]
}