Symantec ZTNA

Easy access to your Symantec ZTNA apps

Symantec ZTNA là gì?

Symantec ZTNA là một tiện ích mở rộng Chrome được phát triển bởi symantec.sac, và tính năng chính của nó là "Easy access to your Symantec ZTNA apps".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Symantec ZTNA 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

                        Leverage this Chrome extension to seamlessly access your corporate applications, published via Symantec Symantec ZTNA, directly from your browser. You can leverage the extension to launch any application and copy temporary keys to access SSH or RDP applications.
About Symantec ZTNA: Symantec ZTNA is a cloud-delivered service providing highly secure granular access management for enterprise applications deployed in IaaS clouds or on-premises data center environments. This SaaS platform eliminates the inbound connections to your network and creates a software defined perimeter between users and corporate application and establishes application level access. This zero-trust access service avoids the management complexity and security limitations of traditional remote access tools, ensuring that all corporate applications and services are completely cloaked—invisible to attackers, targeting Applications, Firewalls, and VPNs.                    

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

Tên Symantec ZTNA Symantec ZTNA
ID iolbmilfmmnjgokbpioleboailbcggdo
URL Chính Thức https://chromewebstore.google.com/detail/symantec-ztna/iolbmilfmmnjgokbpioleboailbcggdo
Mô tả Easy access to your Symantec ZTNA apps
Kích Thước Tệp 898 KB
Số Lần Cài Đặt 2,665
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2023-10-26
Ngày Phát Hành 2020-08-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển symantec.sac
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.broadcom.com/products/cybersecurity/network/network-protection/zero-trust-network-access
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Symantec ZTNA",
    "version": "2.0.1",
    "description": "Easy access to your Symantec ZTNA apps",
    "permissions": [
        "alarms",
        "notifications",
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        "https:\/\/*.luminatesite.com\/",
        "https:\/\/*.luminateops.com\/",
        "https:\/\/*.luminatesec.com\/",
        "https:\/\/*.luminate-qame.com\/",
        "https:\/\/*.luminateops-qame.com\/",
        "https:\/\/*.luminate-development.com\/",
        "https:\/\/*.luminateops-development.com\/",
        "*:\/\/*\/*"
    ],
    "optional_host_permissions": [],
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "128": "assets\/favicon.png"
        }
    },
    "icons": {
        "128": "assets\/storeicon.png"
    }
}