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"
    ]
}