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 |
官方網址 | 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" ] } |