Fix IDRAC .jnlp file
Fix the weridness in the DELL older IDRAC like version 6 so you can open the JAVA link it provides in chrome
Fix IDRAC .jnlp fileとは何ですか?
Fix IDRAC .jnlp fileはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Fix the weridness in the DELL older IDRAC like version 6 so you can open the JAVA link it provides in chrome」です。
拡張機能のスクリーンショット
Fix IDRAC .jnlp file拡張機能のCRXファイルをダウンロード
Fix IDRAC .jnlp file拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Fix the weridness in the DELL older IDRAC like version 6 so you can open the JAVA link it provides in chrome
拡張機能の基本情報
名前 | Fix IDRAC .jnlp file |
ID | elhgcjjhibcbkocpdklcmlhomhcbfonp |
公式URL | https://chromewebstore.google.com/detail/fix-idrac-jnlp-file/elhgcjjhibcbkocpdklcmlhomhcbfonp |
説明 | Fix the weridness in the DELL older IDRAC like version 6 so you can open the JAVA link it provides in chrome |
ファイルサイズ | 3.14 KB |
インストール数 | 14,470 |
現在のバージョン | 0.1 |
最終更新日 | 2019-09-28 |
公開日 | 2019-09-28 |
評価 | 4.58/5 合計 12 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "bg.js" ] }, "manifest_version": 2, "name": "Fix IDRAC .jnlp file", "permissions": [ "downloads" ], "version": "0.1" } |