Cerner Github JIRA Status

Cerner JIRA status heads up on Cerner Github.

Cerner Github JIRA Statusคืออะไร?

Cerner Github JIRA Status เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Noah Benham และคุณลักษณะหลักของมันคือ "Cerner JIRA status heads up on Cerner Github."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cerner Github JIRA Status

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}