JIRA Helper

There is a JIRA helper to view charts.

Cos'è JIRA Helper?

JIRA Helper è un'estensione di Chrome sviluppata da protonss, e la sua funzione principale è "There is a JIRA helper to view charts.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione JIRA Helper

Scarica i file di estensione JIRA Helper 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

                        There is a JIRA helper to view charts.

Features:
- Story BurnDown
- Task BurnDown
- Points BurnDown
- Graphic Pie

Using JIRA API to get informations.                    

Informazioni di Base sull'Estensione

Nome JIRA Helper JIRA Helper
ID fdenphmjbcefmkehfehjmgfhalmjljda
URL Ufficiale https://chromewebstore.google.com/detail/jira-helper/fdenphmjbcefmkehfehjmgfhalmjljda
Descrizione There is a JIRA helper to view charts.
Dimensione del File 247 KB
Conteggio Installazioni 110
Versione Corrente 1.3.1
Ultimo Aggiornamento 2018-03-22
Data di Pubblicazione 2018-03-22
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore protonss
Email [email protected]
Tipo di Pagamento free
Lingue Supportate pt-BR
manifest.json
{
    "manifest_version": 2,
    "version": "1.3.1",
    "name": "JIRA Helper",
    "short_name": "Jira Helper",
    "description": "There is a JIRA helper to view charts.",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "styles\/images\/jira-16.png",
        "48": "styles\/images\/jira-48.png",
        "128": "styles\/images\/jira-128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "styles\/images\/*.png",
        "scripts\/main.min.js.map",
        "scripts\/inject.js"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/main.min.js"
            ],
            "css": [
                "styles\/css\/inject.min.css"
            ],
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ],
    "offline_enabled": false
}