WebAccess
WebAccess browser plug-in.
Co je WebAccess?
WebAccess je rozšíření Chrome vyvinuté Thermo Fisher Scientific, a jeho hlavní funkcí je „WebAccess browser plug-in.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření WebAccess
Stáhněte si soubory rozšíření WebAccess ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | WebAccess |
ID | hglndjclmaipfenkclnkipegkibniokl |
Oficiální URL | https://chromewebstore.google.com/detail/webaccess/hglndjclmaipfenkclnkipegkibniokl |
Popis | WebAccess browser plug-in. |
Velikost souboru | 37.32 KB |
Počet instalací | 5,352 |
Aktuální Verze | 5.0.2.23814 |
Poslední Aktualizace | 2022-07-18 |
Datum Vydání | 2017-04-06 |
Hodnocení | 4.25/5 Celkem 4 Hodnocení |
Vývojář | Thermo Fisher Scientific |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |