Cerner Github JIRA Status
Cerner JIRA status heads up on Cerner Github.
Qu'est-ce que Cerner Github JIRA Status ?
Cerner Github JIRA Status est une extension Chrome développée par Noah Benham, et sa fonction principale est "Cerner JIRA status heads up on Cerner Github.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cerner Github JIRA Status
Téléchargez les fichiers d'extension Cerner Github JIRA Status au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Cerner JIRA status heads up on Cerner Github. Informations de Base sur l'Extension
| Nom | |
| ID | ahhomghmichphngohejkgindpknamlol |
| URL Officiel | https://chromewebstore.google.com/detail/cerner-github-jira-status/ahhomghmichphngohejkgindpknamlol |
| Description | Cerner JIRA status heads up on Cerner Github. |
| Taille du Fichier | 33.21 KB |
| Nombre d'Installations | 44 |
| Version Actuelle | 0.1.9 |
| Dernière Mise à Jour | 2018-11-27 |
| Date de Publication | 2018-11-26 |
| Évaluation | 5.00/5 Total 1 Évaluations |
| Développeur | Noah Benham |
| Type de Paiement | free |
| Site Web de l'Extension | https://github.cerner.com/NB042447/chrome-jira |
| Langues Prises en Charge | 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"
} | |