Symantec ZTNA

Easy access to your Symantec ZTNA apps

Symantec ZTNA क्या है?

Symantec ZTNA symantec.sac द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy access to your Symantec ZTNA apps"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Symantec ZTNA एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}