Browser Security Plus

Manage Google Chrome using Browser Security Plus extension

Co je Browser Security Plus?

Browser Security Plus je rozšíření Chrome vyvinuté https://www.manageengine.com, a jeho hlavní funkcí je „Manage Google Chrome using Browser Security Plus extension“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Browser Security Plus

Stáhněte si soubory rozšíření Browser Security Plus ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        One stop solution to secure and manage enterprise browsers. 
Browser Security Plus extension along with our software, is a tool that helps IT admins secure their browser network from web-based threats. Browser Security Plus allows IT admins to:

1) Detect the vulnerable browser add-ons like extensions and plugins present in your network.
2) Control access to browser-add-ons and sites.
3) Deploy security policies to protect your enterprise data and network. 
4) Improve security by keeping track of compliance of your network with recommended security configurations.
5) Reduce help desk calls by ensuring compatibility between web-applications and browsers.  
	
Download ManageEngine's Browser Security Plus to enjoy the above functionalities at https://www.manageengine.com/secure-browser/download.html                    

Základní Informace o Rozšíření

Název Browser Security Plus Browser Security Plus
ID mhkgegcmcapcgmnnloigolapjkajgfmd
Oficiální URL https://chromewebstore.google.com/detail/browser-security-plus/mhkgegcmcapcgmnnloigolapjkajgfmd
Popis Manage Google Chrome using Browser Security Plus extension
Velikost souboru 23.35 KB
Počet instalací 542,236
Aktuální Verze 2.17
Poslední Aktualizace 2023-11-14
Datum Vydání 2019-07-16
Hodnocení 2.29/5 Celkem 7 Hodnocení
Vývojář https://www.manageengine.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.manageengine.com/privacy.html
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Browser Security Plus",
    "description": "Manage Google Chrome using Browser Security Plus extension",
    "version": "2.17",
    "background": {
        "service_worker": "js\/service-worker.js"
    },
    "homepage_url": "https:\/\/www.manageengine.com\/browser-security\/",
    "icons": {
        "16": "bmp16.png",
        "48": "bmp48.png",
        "128": "bmp128.png"
    },
    "action": {
        "default_icon": "bmp128.png",
        "default_title": "Browser Security"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/contentScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "management",
        "webRequest",
        "nativeMessaging",
        "privacy",
        "contentSettings",
        "alarms",
        "downloads"
    ],
    "host_permissions": [
        ""
    ]
}