Jira(Burndown) - Line Reference

Extensão para criar linhas paralelas de referências no burndown chart view do Jira.

What is Jira(Burndown) - Line Reference?

Jira(Burndown) - Line Reference is a Chrome extension developed by Lucas Toledo, and its main feature is "Extensão para criar linhas paralelas de referências no burndown chart view do Jira.".

Extension Screenshots

screenshot

Download Jira(Burndown) - Line Reference Extension CRX File

Download Jira(Burndown) - Line Reference 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

                        Extensão para criar linhas paralelas de referências no burndown chart view do Jira.                    

Extension Basic Information

Name Jira(Burndown) - Line Reference Jira(Burndown) - Line Reference
ID doohfaodopghljebgbonnakbhnpdgofl
Official URL https://chromewebstore.google.com/detail/jiraburndown-line-referen/doohfaodopghljebgbonnakbhnpdgofl
Description Extensão para criar linhas paralelas de referências no burndown chart view do Jira.
File Size 142 KB
Installation Count 20
Current Version 0.3
Last Updated 2016-03-24
Publish Date 2016-03-24
Rating 5.00/5 Total 2 Ratings
Developer Lucas Toledo
Email [email protected]
Payment Type free
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jira(Burndown) - Line Reference",
    "version": "0.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "app.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}