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
官方網址 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"
}