WebAccess

WebAccess browser plug-in.

Wat is WebAccess?

WebAccess is een Chrome-extensie ontwikkeld door Thermo Fisher Scientific, en de belangrijkste functie is "WebAccess browser plug-in.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie WebAccess

Download WebAccess-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam WebAccess WebAccess
ID hglndjclmaipfenkclnkipegkibniokl
Officiële URL https://chromewebstore.google.com/detail/webaccess/hglndjclmaipfenkclnkipegkibniokl
Beschrijving WebAccess browser plug-in.
Bestandsgrootte 37.32 KB
Aantal Installaties 5,352
Huidige Versie 5.0.2.23814
Laatst Bijgewerkt 2022-07-18
Publicatiedatum 2017-04-06
Beoordeling 4.25/5 Totaal 4 Beoordelingen
Ontwikkelaar Thermo Fisher Scientific
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}