JIRA Buddy

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

Wat is JIRA Buddy?

JIRA Buddy is een Chrome-extensie ontwikkeld door Paulo Ávila, en de belangrijkste functie is "A helper for your most common or day-to-day OnDemand JIRA tasks.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie JIRA Buddy

Download JIRA Buddy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam JIRA Buddy JIRA Buddy
ID nbojmnaggjklggjfddmlognhlchhgblp
Officiële URL https://chromewebstore.google.com/detail/jira-buddy/nbojmnaggjklggjfddmlognhlchhgblp
Beschrijving A helper for your most common or day-to-day OnDemand JIRA tasks.
Bestandsgrootte 123 KB
Aantal Installaties 31
Huidige Versie 0.7
Laatst Bijgewerkt 2013-03-28
Publicatiedatum 2013-03-28
Ontwikkelaar Paulo Ávila
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}