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”。

擴展截圖

screenshot

下載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 Fix IDRAC .jnlp file
ID elhgcjjhibcbkocpdklcmlhomhcbfonp
官方網址 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"
}