Cerner Github JIRA Status

Cerner JIRA status heads up on Cerner Github.

Cerner Github JIRA Status क्या है?

Cerner Github JIRA Status Noah Benham द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cerner JIRA status heads up on Cerner Github."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cerner Github JIRA Status एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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