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
O que é Fix IDRAC .jnlp file?
Fix IDRAC .jnlp file é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Fix the weridness in the DELL older IDRAC like version 6 so you can open the JAVA link it provides in chrome".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Fix IDRAC .jnlp file
Baixe arquivos de extensão Fix IDRAC .jnlp file no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Fix the weridness in the DELL older IDRAC like version 6 so you can open the JAVA link it provides in chrome
Informações Básicas da Extensão
Nome | Fix IDRAC .jnlp file |
ID | elhgcjjhibcbkocpdklcmlhomhcbfonp |
URL Oficial | https://chromewebstore.google.com/detail/fix-idrac-jnlp-file/elhgcjjhibcbkocpdklcmlhomhcbfonp |
Descrição | Fix the weridness in the DELL older IDRAC like version 6 so you can open the JAVA link it provides in chrome |
Tamanho do Arquivo | 3.14 KB |
Contagem de Instalações | 14,470 |
Versão Atual | 0.1 |
Última Atualização | 2019-09-28 |
Data de Publicação | 2019-09-28 |
Classificação | 4.58/5 Total de 12 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |