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คืออะไร?

Citrix Secure Workspace Access เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Citrix Systems Inc และคุณลักษณะหลักของมันคือ "Citrix Secure Workspace Access browser extension for Chrome enables Citrix Workspace users with secure VPN-less access to intranet…"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Citrix Secure Workspace Access

ดาวน์โหลดไฟล์ส่วนขยาย Citrix Secure Workspace Access ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Citrix Secure Workspace Access Citrix Secure Workspace Access
ID lnbbocdcnjldjiioanioelblblleenem
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/citrix-secure-workspace-a/lnbbocdcnjldjiioanioelblblleenem
คำอธิบาย Citrix Secure Workspace Access browser extension for Chrome enables Citrix Workspace users with secure VPN-less access to intranet…
ขนาดไฟล์ 1.35 MB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2021-03-11
วันที่เผยแพร่ 2020-12-08
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Citrix Systems Inc
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.citrix.com/products/citrix-workspace/
URL หน้าช่วยเหลือ https://docs.citrix.com/en-us/citrix-gateway-service/support-web-apps.html
URL หน้านโยบายความเป็นส่วนตัว https://www.citrix.com/about/legal/privacy
ภาษาที่รองรับ 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"
    ]
}