Cerner Github JIRA Status

Cerner JIRA status heads up on Cerner Github.

什么是Cerner Github JIRA Status?

Cerner Github JIRA Status是由Noah Benham开发的Chrome扩展程序,该扩展的主要功能是“Cerner JIRA status heads up on Cerner Github.”。

扩展截图

screenshot
screenshot

下载Cerner Github JIRA Status扩展crx文件

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

扩展使用说明

                        Cerner JIRA status heads up on Cerner Github.                    

扩展基本信息

名称 Cerner Github JIRA Status Cerner Github JIRA Status
ID ahhomghmichphngohejkgindpknamlol
官方URL https://chromewebstore.google.com/detail/cerner-github-jira-status/ahhomghmichphngohejkgindpknamlol
简介 Cerner JIRA status heads up on Cerner Github.
文件大小 33.21 KB
安装次数 44
当前版本 0.1.9
更新时间 2018-11-27
上架时间 2018-11-26
评分 5.00/5 共1次评分
开发者 Noah Benham
付费类型 free
扩展官网 https://github.cerner.com/NB042447/chrome-jira
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/sharedFunctions.js",
                "js\/parser.js"
            ],
            "css": [
                "css\/tooltip.css"
            ],
            "matches": [
                "https:\/\/github.cerner.com\/*"
            ]
        }
    ],
    "description": "Cerner JIRA status heads up on Cerner Github.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2,
    "name": "Cerner Github JIRA Status",
    "options_page": "html\/options.html",
    "permissions": [
        "storage",
        "https:\/\/github.cerner.com\/*",
        "https:\/\/jira.cerner.com\/*",
        "https:\/\/jira2.cerner.com\/*",
        "https:\/\/jira3.cerner.com\/*"
    ],
    "version": "0.1.9"
}