WebAccess
WebAccess browser plug-in.
Hvad er WebAccess?
WebAccess er en Chrome-udvidelse udviklet af Thermo Fisher Scientific, og dens hovedfunktion er "WebAccess browser plug-in.".
Udvidelsesskærmbilleder
Download WebAccess-udvidelses-CRX-fil
Download WebAccess-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | WebAccess |
ID | hglndjclmaipfenkclnkipegkibniokl |
Officiel URL | https://chromewebstore.google.com/detail/webaccess/hglndjclmaipfenkclnkipegkibniokl |
Beskrivelse | WebAccess browser plug-in. |
Filstørrelse | 37.32 KB |
Antal Installationer | 5,352 |
Nuværende Version | 5.0.2.23814 |
Senest Opdateret | 2022-07-18 |
Udgivelsesdato | 2017-04-06 |
Bedømmelse | 4.25/5 Samlet 4 Bedømmelser |
Udvikler | Thermo Fisher Scientific |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |