WebAccess
WebAccess browser plug-in.
Co to jest WebAccess?
WebAccess to rozszerzenie Chrome opracowane przez Thermo Fisher Scientific, a jego główną funkcją jest „WebAccess browser plug-in.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia WebAccess
Pobierz pliki rozszerzeń WebAccess w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | WebAccess |
ID | hglndjclmaipfenkclnkipegkibniokl |
Oficjalny URL | https://chromewebstore.google.com/detail/webaccess/hglndjclmaipfenkclnkipegkibniokl |
Opis | WebAccess browser plug-in. |
Rozmiar pliku | 37.32 KB |
Liczba instalacji | 5,352 |
Aktualna Wersja | 5.0.2.23814 |
Ostatnia Aktualizacja | 2022-07-18 |
Data Publikacji | 2017-04-06 |
Ocena | 4.25/5 Łącznie 4 Oceny |
Deweloper | Thermo Fisher Scientific |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |