WebAccess
WebAccess browser plug-in.
WebAccessคืออะไร?
WebAccess เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Thermo Fisher Scientific และคุณลักษณะหลักของมันคือ "WebAccess browser plug-in."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebAccess
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |