WebAccess
WebAccess browser plug-in.
Apa itu WebAccess?
WebAccess adalah ekstensi Chrome yang dikembangkan oleh Thermo Fisher Scientific, dan fitur utamanya adalah "WebAccess browser plug-in.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi WebAccess
Unduh file ekstensi WebAccess dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | WebAccess |
ID | hglndjclmaipfenkclnkipegkibniokl |
URL Resmi | https://chromewebstore.google.com/detail/webaccess/hglndjclmaipfenkclnkipegkibniokl |
Deskripsi | WebAccess browser plug-in. |
Ukuran File | 37.32 KB |
Jumlah Instalasi | 5,352 |
Versi Saat Ini | 5.0.2.23814 |
Terakhir Diperbarui | 2022-07-18 |
Tanggal Publikasi | 2017-04-06 |
Penilaian | 4.25/5 Total 4 Penilaian |
Pengembang | Thermo Fisher Scientific |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |