WebAccess

WebAccess browser plug-in.

¿Qué es WebAccess?

WebAccess es una extensión de Chrome desarrollada por Thermo Fisher Scientific, y su función principal es "WebAccess browser plug-in.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión WebAccess

Descarga archivos de extensión WebAccess en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre WebAccess WebAccess
ID hglndjclmaipfenkclnkipegkibniokl
URL Oficial https://chromewebstore.google.com/detail/webaccess/hglndjclmaipfenkclnkipegkibniokl
Descripción WebAccess browser plug-in.
Tamaño del Archivo 37.32 KB
Cantidad de Instalaciones 5,352
Versión Actual 5.0.2.23814
Última Actualización 2022-07-18
Fecha de Publicación 2017-04-06
Calificación 4.25/5 Total de 4 Calificaciones
Desarrollador Thermo Fisher Scientific
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}