JIRA Buddy

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

JIRA Buddyとは何ですか?

JIRA BuddyはPaulo Ávilaによって開発されたChromeの拡張機能で、その主な機能は「A helper for your most common or day-to-day OnDemand JIRA tasks.」です。

拡張機能のスクリーンショット

screenshot

JIRA Buddy拡張機能のCRXファイルをダウンロード

JIRA Buddy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 JIRA Buddy JIRA Buddy
ID nbojmnaggjklggjfddmlognhlchhgblp
公式URL https://chromewebstore.google.com/detail/jira-buddy/nbojmnaggjklggjfddmlognhlchhgblp
説明 A helper for your most common or day-to-day OnDemand JIRA tasks.
ファイルサイズ 123 KB
インストール数 31
現在のバージョン 0.7
最終更新日 2013-03-28
公開日 2013-03-28
開発者 Paulo Ávila
支払い方法 free
対応言語 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\/"
    ]
}