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" ] } |