Symantec ZTNA

Easy access to your Symantec ZTNA apps

什么是Symantec ZTNA?

Symantec ZTNA是由symantec.sac开发的Chrome扩展程序,该扩展的主要功能是“Easy access to your Symantec ZTNA apps”。

扩展截图

screenshot
screenshot
screenshot

下载Symantec ZTNA扩展crx文件

下载Symantec ZTNA扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Symantec ZTNA Symantec ZTNA
ID iolbmilfmmnjgokbpioleboailbcggdo
官方URL https://chromewebstore.google.com/detail/symantec-ztna/iolbmilfmmnjgokbpioleboailbcggdo
简介 Easy access to your Symantec ZTNA apps
文件大小 898 KB
安装次数 2,665
当前版本 2.0.1
更新时间 2023-10-26
上架时间 2020-08-25
评分 5.00/5 共1次评分
开发者 symantec.sac
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.broadcom.com/products/cybersecurity/network/network-protection/zero-trust-network-access
支持的语言 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"
    }
}