WebAccess

WebAccess browser plug-in.

Cos'è WebAccess?

WebAccess è un'estensione di Chrome sviluppata da Thermo Fisher Scientific, e la sua funzione principale è "WebAccess browser plug-in.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WebAccess

Scarica i file di estensione WebAccess in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome WebAccess WebAccess
ID hglndjclmaipfenkclnkipegkibniokl
URL Ufficiale https://chromewebstore.google.com/detail/webaccess/hglndjclmaipfenkclnkipegkibniokl
Descrizione WebAccess browser plug-in.
Dimensione del File 37.32 KB
Conteggio Installazioni 5,352
Versione Corrente 5.0.2.23814
Ultimo Aggiornamento 2022-07-18
Data di Pubblicazione 2017-04-06
Valutazione 4.25/5 Totale 4 Valutazioni
Sviluppatore Thermo Fisher Scientific
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}