Cerner Github JIRA Status
Cerner JIRA status heads up on Cerner Github.
Cerner Github JIRA Statusとは何ですか?
Cerner Github JIRA StatusはNoah Benhamによって開発されたChromeの拡張機能で、その主な機能は「Cerner JIRA status heads up on Cerner Github.」です。
拡張機能のスクリーンショット
Cerner Github JIRA Status拡張機能のCRXファイルをダウンロード
Cerner Github JIRA Status拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Cerner JIRA status heads up on Cerner Github. 拡張機能の基本情報
| 名前 | |
| ID | ahhomghmichphngohejkgindpknamlol |
| 公式URL | https://chromewebstore.google.com/detail/cerner-github-jira-status/ahhomghmichphngohejkgindpknamlol |
| 説明 | Cerner JIRA status heads up on Cerner Github. |
| ファイルサイズ | 33.21 KB |
| インストール数 | 44 |
| 現在のバージョン | 0.1.9 |
| 最終更新日 | 2018-11-27 |
| 公開日 | 2018-11-26 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Noah Benham |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.cerner.com/NB042447/chrome-jira |
| 対応言語 | 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"
} | |