JIRA Helper

There is a JIRA helper to view charts.

What is JIRA Helper?

JIRA Helper is a Chrome extension developed by protonss, and its main feature is "There is a JIRA helper to view charts.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download JIRA Helper Extension CRX File

Download JIRA Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        There is a JIRA helper to view charts.

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

Using JIRA API to get informations.                    

Extension Basic Information

Name JIRA Helper JIRA Helper
ID fdenphmjbcefmkehfehjmgfhalmjljda
Official URL https://chromewebstore.google.com/detail/jira-helper/fdenphmjbcefmkehfehjmgfhalmjljda
Description There is a JIRA helper to view charts.
File Size 247 KB
Installation Count 110
Current Version 1.3.1
Last Updated 2018-03-22
Publish Date 2018-03-22
Rating 5.00/5 Total 5 Ratings
Developer protonss
Email [email protected]
Payment Type free
Supported Languages 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
}