JIRA Helper

There is a JIRA helper to view charts.

Co je JIRA Helper?

JIRA Helper je rozšíření Chrome vyvinuté protonss, a jeho hlavní funkcí je „There is a JIRA helper to view charts.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření JIRA Helper

Stáhněte si soubory rozšíření JIRA Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        There is a JIRA helper to view charts.

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

Using JIRA API to get informations.                    

Základní Informace o Rozšíření

Název JIRA Helper JIRA Helper
ID fdenphmjbcefmkehfehjmgfhalmjljda
Oficiální URL https://chromewebstore.google.com/detail/jira-helper/fdenphmjbcefmkehfehjmgfhalmjljda
Popis There is a JIRA helper to view charts.
Velikost souboru 247 KB
Počet instalací 110
Aktuální Verze 1.3.1
Poslední Aktualizace 2018-03-22
Datum Vydání 2018-03-22
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář protonss
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}