Cerner Github JIRA Status
Cerner JIRA status heads up on Cerner Github.
What is Cerner Github JIRA Status?
Cerner Github JIRA Status is a Chrome extension developed by Noah Benham, and its main feature is "Cerner JIRA status heads up on Cerner Github.".
Extension Screenshots
Download Cerner Github JIRA Status Extension CRX File
Download Cerner Github JIRA Status extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Cerner JIRA status heads up on Cerner Github.
Extension Basic Information
Name | |
ID | ahhomghmichphngohejkgindpknamlol |
Official URL | https://chromewebstore.google.com/detail/cerner-github-jira-status/ahhomghmichphngohejkgindpknamlol |
Description | Cerner JIRA status heads up on Cerner Github. |
File Size | 33.21 KB |
Installation Count | 44 |
Current Version | 0.1.9 |
Last Updated | 2018-11-27 |
Publish Date | 2018-11-26 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Noah Benham |
Payment Type | free |
Extension Website | https://github.cerner.com/NB042447/chrome-jira |
Supported Languages | 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" } |