WebAccess
WebAccess browser plug-in.
What is WebAccess?
WebAccess is a Chrome extension developed by Thermo Fisher Scientific, and its main feature is "WebAccess browser plug-in.".
Extension Screenshots
Download WebAccess Extension CRX File
Download WebAccess extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | WebAccess |
ID | hglndjclmaipfenkclnkipegkibniokl |
Official URL | https://chromewebstore.google.com/detail/webaccess/hglndjclmaipfenkclnkipegkibniokl |
Description | WebAccess browser plug-in. |
File Size | 37.32 KB |
Installation Count | 5,352 |
Current Version | 5.0.2.23814 |
Last Updated | 2022-07-18 |
Publish Date | 2017-04-06 |
Rating | 4.25/5 Total 4 Ratings |
Developer | Thermo Fisher Scientific |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |