JIRA Buddy

A helper for your most common or day-to-day OnDemand JIRA tasks.

What is JIRA Buddy?

JIRA Buddy is a Chrome extension developed by Paulo Ávila, and its main feature is "A helper for your most common or day-to-day OnDemand JIRA tasks.".

Extension Screenshots

screenshot

Download JIRA Buddy Extension CRX File

Download JIRA Buddy 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

                        This is a trial release intended for the development team I work with. It has passed my tests (I've been using it for months now) so feel free to use it while it's still in beta!

This is an open source project:
https://github.com/demoive/JIRA-Buddy

Please submit bugs and issues on GitHub:
https://github.com/demoive/JIRA-Buddy/issues

Project Board:
https://trello.com/board/jira-buddy/512dfc830265343a150027ad                    

Extension Basic Information

Name JIRA Buddy JIRA Buddy
ID nbojmnaggjklggjfddmlognhlchhgblp
Official URL https://chromewebstore.google.com/detail/jira-buddy/nbojmnaggjklggjfddmlognhlchhgblp
Description A helper for your most common or day-to-day OnDemand JIRA tasks.
File Size 123 KB
Installation Count 31
Current Version 0.7
Last Updated 2013-03-28
Publish Date 2013-03-28
Developer Paulo Ávila
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JIRA Buddy",
    "description": "__MSG_extensionDescription__",
    "version": "0.7",
    "default_locale": "en",
    "icons": {
        "16": "assets\/img\/icon_favicon-infobar.png",
        "48": "assets\/img\/icon_extension-prefs.png",
        "128": "assets\/img\/icon_store-dialogs.png"
    },
    "browser_action": {
        "default_icon": "assets\/img\/browser-button.png",
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "assets\/js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "https:\/\/*.atlassian.net\/rest\/api\/2\/"
    ]
}