JIRA Capex Report

Creates a capex report based on your JIRA issues

Qu'est-ce que JIRA Capex Report ?

JIRA Capex Report est une extension Chrome développée par JIRALyzer, et sa fonction principale est "Creates a capex report based on your JIRA issues".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension JIRA Capex Report

Téléchargez les fichiers d'extension JIRA Capex Report au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom JIRA Capex Report JIRA Capex Report
ID nojcohbbfnojelnpelcookmhljdkfjaj
URL Officiel https://chromewebstore.google.com/detail/jira-capex-report/nojcohbbfnojelnpelcookmhljdkfjaj
Description Creates a capex report based on your JIRA issues
Taille du Fichier 1.35 MB
Nombre d'Installations 15
Version Actuelle 0.0.0.7
Dernière Mise à Jour 2017-03-15
Date de Publication 2017-03-15
Développeur JIRALyzer
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/joacim-boive/jira-capex
Langues Prises en Charge 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",
        ""
    ]
}