Cerner Github JIRA Status
Cerner JIRA status heads up on Cerner Github.
Wat is Cerner Github JIRA Status?
Cerner Github JIRA Status is een Chrome-extensie ontwikkeld door Noah Benham, en de belangrijkste functie is "Cerner JIRA status heads up on Cerner Github.".
Extensie Screenshots
Download het CRX-bestand van de extensie Cerner Github JIRA Status
Download Cerner Github JIRA Status-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Cerner JIRA status heads up on Cerner Github.
Basisinformatie over de Extensie
Naam | |
ID | ahhomghmichphngohejkgindpknamlol |
Officiële URL | https://chromewebstore.google.com/detail/cerner-github-jira-status/ahhomghmichphngohejkgindpknamlol |
Beschrijving | Cerner JIRA status heads up on Cerner Github. |
Bestandsgrootte | 33.21 KB |
Aantal Installaties | 44 |
Huidige Versie | 0.1.9 |
Laatst Bijgewerkt | 2018-11-27 |
Publicatiedatum | 2018-11-26 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Noah Benham |
Betalingswijze | free |
Extensiewebsite | https://github.cerner.com/NB042447/chrome-jira |
Ondersteunde Talen | 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" } |