Symantec ZTNA
Easy access to your Symantec ZTNA apps
Symantec ZTNA란 무엇입니까?
Symantec ZTNA은(는) symantec.sac에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy access to your Symantec ZTNA apps"입니다.
확장 프로그램 스크린샷
Symantec ZTNA 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } |