Cerner Github JIRA Status
Cerner JIRA status heads up on Cerner Github.
Co to jest Cerner Github JIRA Status?
Cerner Github JIRA Status to rozszerzenie Chrome opracowane przez Noah Benham, a jego główną funkcją jest „Cerner JIRA status heads up on Cerner Github.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Cerner Github JIRA Status
Pobierz pliki rozszerzeń Cerner Github JIRA Status w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Cerner JIRA status heads up on Cerner Github.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ahhomghmichphngohejkgindpknamlol |
Oficjalny URL | https://chromewebstore.google.com/detail/cerner-github-jira-status/ahhomghmichphngohejkgindpknamlol |
Opis | Cerner JIRA status heads up on Cerner Github. |
Rozmiar pliku | 33.21 KB |
Liczba instalacji | 44 |
Aktualna Wersja | 0.1.9 |
Ostatnia Aktualizacja | 2018-11-27 |
Data Publikacji | 2018-11-26 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Noah Benham |
Typ Płatności | free |
Strona Rozszerzenia | https://github.cerner.com/NB042447/chrome-jira |
Obsługiwane Języki | 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" } |