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 扩展基本信息
| 名称 | |
| 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"
} | |