Citrix Secure Workspace Access

Citrix Secure Workspace Access browser extension for Chrome enables Citrix Workspace users with secure VPN-less access to intranet…

Citrix Secure Workspace Access là gì?

Citrix Secure Workspace Access là một tiện ích mở rộng Chrome được phát triển bởi Citrix Systems Inc, và tính năng chính của nó là "Citrix Secure Workspace Access browser extension for Chrome enables Citrix Workspace users with secure VPN-less access to intranet…".

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

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

Tải xuống các tệp mở rộng Citrix Secure Workspace Access 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

                        Citrix Secure Workspace Access browser extension for Chrome enables Citrix Workspace users with secure VPN-less access to intranet web applications from bookmarked URLs or links from email, chat, and other applications.                    

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

Tên Citrix Secure Workspace Access Citrix Secure Workspace Access
ID lnbbocdcnjldjiioanioelblblleenem
URL Chính Thức https://chrome.google.com/webstore/detail/citrix-secure-workspace-a/lnbbocdcnjldjiioanioelblblleenem
Mô tả Citrix Secure Workspace Access browser extension for Chrome enables Citrix Workspace users with secure VPN-less access to intranet…
Kích Thước Tệp 1.35 MB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2021-03-11
Ngày Phát Hành 2020-12-08
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Citrix Systems Inc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.citrix.com/products/citrix-workspace/
URL Trang Trợ Giúp https://docs.citrix.com/en-us/citrix-gateway-service/support-web-apps.html
URL Trang Chính Sách Bảo Mật https://www.citrix.com/about/legal/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Citrix Secure Workspace Access",
    "version": "1.2.1",
    "browser_action": {
        "default_popup": ".\/popup_main.html",
        "default_icon": ".\/images\/New-Grey-16x16.png",
        "default_title": "Citrix Secure Workspace Access"
    },
    "background": {
        "scripts": [
            ".\/js\/vendors.bundle.js",
            ".\/js\/background.bundle.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": ".\/images\/New-Blue-48x48.png"
    },
    "permissions": [
        "",
        "cookies",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "alarms",
        "notifications"
    ]
}