WebAccess
WebAccess browser plug-in.
O que é WebAccess?
WebAccess é uma extensão do Chrome desenvolvida por Thermo Fisher Scientific, e sua principal característica é "WebAccess browser plug-in.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão WebAccess
Baixe arquivos de extensão WebAccess 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
Thermo Scientific™ WebAccess Suite™ is the simple and secure application virtualization solution that extends the reach of existing Windows applications to corporate networks or the Web. With the WebAccess Suite, authorized employees, business partners, and customers can securely access your installed Thermo Fisher Scientific applications from anywhere, regardless of connection, location, client platform, or operating system. Download this plug-in to use the WebAccess Suite with Google Chrome. You must install the WebAccess Suite software to use this plug-in. Please visit https://support.thermoinformatics.com/downloads/ to download the current version.
Informações Básicas da Extensão
Nome | WebAccess |
ID | hglndjclmaipfenkclnkipegkibniokl |
URL Oficial | https://chromewebstore.google.com/detail/webaccess/hglndjclmaipfenkclnkipegkibniokl |
Descrição | WebAccess browser plug-in. |
Tamanho do Arquivo | 37.32 KB |
Contagem de Instalações | 5,352 |
Versão Atual | 5.0.2.23814 |
Última Atualização | 2022-07-18 |
Data de Publicação | 2017-04-06 |
Classificação | 4.25/5 Total de 4 Avaliações |
Desenvolvedor | Thermo Fisher Scientific |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebAccess", "version": "5.0.2.23814", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "WebAccess browser plug-in.", "background": { "scripts": [ "background.js" ] }, "permissions": [ "nativeMessaging" ], "web_accessible_resources": [ "*.png", "*.gif", "main.html", "main.js" ] } |