WebAccess
WebAccess browser plug-in.
ما هو WebAccess؟
WebAccess هو إضافة Chrome تم تطويرها بواسطة Thermo Fisher Scientific، والميزة الرئيسية لها هي "WebAccess browser plug-in.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة WebAccess
قم بتنزيل ملفات الامتداد WebAccess بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |