JIRA Notifier

Allows you to receive notifications from your JIRA® activity stream and follow issues from projects.

什么是JIRA Notifier?

JIRA Notifier是由Roman Gulevskiy开发的Chrome扩展程序,该扩展的主要功能是“Allows you to receive notifications from your JIRA® activity stream and follow issues from projects.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载JIRA Notifier扩展crx文件

下载JIRA Notifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension allows you to receive notifications about any events from your JIRA® activity stream and follow issues from your projects.

Also you can choose what types of events you want to be notified of, set the interval of notifications and customize issue list popup to make your experience better.

JIRA® names and logos are trademarks of Atlassian®.                    

扩展基本信息

名称 JIRA Notifier JIRA Notifier
ID pfipgkbjbojfdhhidcomjfgaakehpfdk
官方URL https://chromewebstore.google.com/detail/jira-notifier/pfipgkbjbojfdhhidcomjfgaakehpfdk
简介 Allows you to receive notifications from your JIRA® activity stream and follow issues from projects.
文件大小 52.7 KB
安装次数 1,028
当前版本 2.1.1
更新时间 2022-06-29
上架时间 2018-05-18
评分 3.75/5 共8次评分
开发者 Roman Gulevskiy
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://rg-developer.ru/jira-notifier/privacy-policy.html
支持的语言 en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html",
        "default_title": "JIRA Notifier"
    },
    "description": "Allows you to receive notifications from your JIRA\u00ae activity stream and follow issues from projects.",
    "icons": {
        "128": "img\/icon-128.png",
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjffcPXP+TGmRFQrkUZQPeiH6v3i07w6\/ep+3GGujaOgvcxGBb\/dAVEiBIppGTNqgxs\/IvLYSpx8oTCJ0fXkncQieUK3q7ur6tYLv+TODz6TV4h+oxPl1ojzU4\/xqi7hpr7Himl8AJfUTJMmUmr0z1cgr6nGXFY1XxCJ6S\/7Ydfjf4ZUcTZOmfG7lm+j\/csVtgIAFoCyHhcYiSFYi84A+eQuybB359VR4h\/584raPN\/nqgQl47uNq2noznn4FlVUKcUd8y+Jt+WktnQDvafvgZ1wucUZv5vyShcKk2GW0ihhCa6Po2KqJ5HA7L45rBCbGNt9MhEdWY98ifPFUtp7JlwIDAQAB",
    "manifest_version": 2,
    "name": "JIRA Notifier",
    "options_ui": {
        "open_in_tab": false,
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "alarms",
        "http:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.1"
}