WebAccess

WebAccess browser plug-in.

WebAccess là gì?

WebAccess là một tiện ích mở rộng Chrome được phát triển bởi Thermo Fisher Scientific, và tính năng chính của nó là "WebAccess browser plug-in.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WebAccess

Tải xuống các tệp mở rộng WebAccess dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WebAccess WebAccess
ID hglndjclmaipfenkclnkipegkibniokl
URL Chính Thức https://chromewebstore.google.com/detail/webaccess/hglndjclmaipfenkclnkipegkibniokl
Mô tả WebAccess browser plug-in.
Kích Thước Tệp 37.32 KB
Số Lần Cài Đặt 5,352
Phiên Bản Hiện Tại 5.0.2.23814
Cập Nhật Lần Cuối 2022-07-18
Ngày Phát Hành 2017-04-06
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Thermo Fisher Scientific
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}