Jira Alert and Updates

Jira Notifications in your chrome browser

Jira Alert and Updatesとは何ですか?

Jira Alert and UpdatesはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Jira Notifications in your chrome browser」です。

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

screenshot
screenshot

Jira Alert and Updates拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        JiraAlert notifies you for any status/comment update on the Jira you have added to track in the app. It notifies via chrome notifications and also updates badgeText (small text beneath the chrome extension icon in the omnibar) and also as a badgeText beside the JiraID when you click open the app. 
Usage:
1. Copy the jira link and paste it in the text box to get notification on any comment/status updates.
2. Click Refresh to check if there are any updates to the added list of jiras.
3. Click "X" to remove Jira from the tracking list.

Note: There might be delay of 5 minutes.                    

拡張機能の基本情報

名前 Jira Alert and Updates Jira Alert and Updates
ID okdnefjehonifdejfbhgakfhibhfcdeb
公式URL https://chromewebstore.google.com/detail/jira-alert-and-updates/okdnefjehonifdejfbhgakfhibhfcdeb
説明 Jira Notifications in your chrome browser
ファイルサイズ 29.17 KB
インストール数 77
現在のバージョン 1.0.1
最終更新日 2016-06-26
公開日 2016-06-26
評価 3.40/5 合計 5 レビュー
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jira Alert and Updates",
    "description": "Jira Notifications in your chrome browser",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "ja_rocket_48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "ja_rocket_16.png",
        "48": "ja_rocket_48.png",
        "128": "ja_rocket_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "https:\/\/*\/*\/rest\/api\/2\/issue\/*",
        "http:\/\/127.0.0.1:5000\/",
        "notifications"
    ]
}