Trellix Endpoint Security For Mac Web Control

Trellix Endpoint Security For Mac Web Control

Trellix Endpoint Security For Mac Web Control क्या है?

Trellix Endpoint Security For Mac Web Control Trellix ENS for mac WebControl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Trellix Endpoint Security For Mac Web Control"।

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

screenshot

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

crx प्रारूप में Trellix Endpoint Security For Mac Web Control एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Web Control protects your Mac from online threats, called web-based threats, when you browse sites.

The software monitors each site that you access or browse, validates its safety ratings, and allows or blocks the site according to the configuration.

Web Control provides safety ratings at two levels. In the browser, the software:
•	Displays a safety rating icon for each site that the search engine lists
•	Displays a safety rating button for each site
The default setting blocks access to malicious sites that can harm your Mac.

This extension is provided by Trellix and it works in conjunction with the Endpoint Security For Mac product.                    

एक्सटेंशन की मूल जानकारी

नाम Trellix Endpoint Security For Mac Web Control Trellix Endpoint Security For Mac Web Control
ID kaedchgajfpgipflgbgeeiiajekblklm
आधिकारिक URL https://chromewebstore.google.com/detail/trellix-endpoint-security/kaedchgajfpgipflgbgeeiiajekblklm
विवरण Trellix Endpoint Security For Mac Web Control
फ़ाइल का आकार 294 KB
स्थापना संख्या 78,175
वर्तमान संस्करण 10.7.9.1510
अंतिम अपडेट 2023-05-04
प्रकाशन तिथि 2017-09-26
रेटिंग 3.65/5 कुल 23 रेटिंग्स
डेवलपर Trellix ENS for mac WebControl
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.trellix.com/en-us/about/legal/privacy.html
समर्थित भाषाएँ de,en,fr,es,zh-CN,ja
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_matches": [
                "*:\/\/www.trellix.com\/SAE*",
                "*:\/\/www.trellix.com\/SAE*"
            ],
            "js": [
                "ContentScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "exclude_matches": [
                "*:\/\/www.trellix.com\/SAE*",
                "*:\/\/www.trellix.com\/SAE*"
            ],
            "js": [
                "ContentOnDocStart.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "WarnBlockContentScript.js"
            ],
            "matches": [
                "*:\/\/www.trellix.com\/SAE*",
                "*:\/\/www.trellix.com\/SAE*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "Resources\/128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2xfaaBcn2xiwH5bgLZ+Tq528mJYXczUOrZ1N6G9StXR7lDe8z9vhN+aZjMMEBj+\/Y7c6uH1oPa\/Z0\/+53\/WxtQ5+xMac7piAl4DGgjNBiTBa237cEn4Ghq2wRilblEnEbEpQ7Ff3+gC4UY1lNuMmcUd0tJO+Z5gYRh0wHGYDHQavLXQNE4LWUwsOdSkSGjPExDQco6zcTW\/MzUyTBndiQ2C9KKRM2lnh9b92y1yeUZF011DdD6TWIVpbiwzyszWndkEyVLEcd7q\/mJNSuHWoshz7aZXiHo4Ewgnjth2DT55acTH4+OT3cQ14BIYM\/JfIHjFYiOEVF8wo7HNZmT7t9wIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "page_action": {
        "default_icon": "Resources\/nb_button_grey.gif",
        "default_popup": "popup.html",
        "default_title": "Trellix Endpoint Security Web Control"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation",
        "nativeMessaging"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "10.7.9.1510",
    "web_accessible_resources": [
        "Resources\/mcafee.gif"
    ]
}