Cerner Github JIRA Status

Cerner JIRA status heads up on Cerner Github.

Co je Cerner Github JIRA Status?

Cerner Github JIRA Status je rozšíření Chrome vyvinuté Noah Benham, a jeho hlavní funkcí je „Cerner JIRA status heads up on Cerner Github.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Cerner Github JIRA Status

Stáhněte si soubory rozšíření Cerner Github JIRA Status ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Cerner JIRA status heads up on Cerner Github.                    

Základní Informace o Rozšíření

Název Cerner Github JIRA Status Cerner Github JIRA Status
ID ahhomghmichphngohejkgindpknamlol
Oficiální URL https://chromewebstore.google.com/detail/cerner-github-jira-status/ahhomghmichphngohejkgindpknamlol
Popis Cerner JIRA status heads up on Cerner Github.
Velikost souboru 33.21 KB
Počet instalací 44
Aktuální Verze 0.1.9
Poslední Aktualizace 2018-11-27
Datum Vydání 2018-11-26
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Noah Benham
Typ Platby free
Webové stránky Rozšíření https://github.cerner.com/NB042447/chrome-jira
Podporované Jazyky 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"
}