WebAccess
WebAccess browser plug-in.
什么是WebAccess?
WebAccess是由Thermo Fisher Scientific开发的Chrome扩展程序,该扩展的主要功能是“WebAccess browser plug-in.”。
扩展截图
下载WebAccess扩展crx文件
下载WebAccess扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | WebAccess |
ID | hglndjclmaipfenkclnkipegkibniokl |
官方URL | https://chromewebstore.google.com/detail/webaccess/hglndjclmaipfenkclnkipegkibniokl |
简介 | WebAccess browser plug-in. |
文件大小 | 37.32 KB |
安装次数 | 5,352 |
当前版本 | 5.0.2.23814 |
更新时间 | 2022-07-18 |
上架时间 | 2017-04-06 |
评分 | 4.25/5 共4次评分 |
开发者 | Thermo Fisher Scientific |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |