Browser Security Plus

Manage Google Chrome using Browser Security Plus extension

O que é Browser Security Plus?

Browser Security Plus é uma extensão do Chrome desenvolvida por https://www.manageengine.com, e sua principal característica é "Manage Google Chrome using Browser Security Plus extension".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Browser Security Plus

Baixe arquivos de extensão Browser Security Plus no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Browser Security Plus Browser Security Plus
ID mhkgegcmcapcgmnnloigolapjkajgfmd
URL Oficial https://chromewebstore.google.com/detail/browser-security-plus/mhkgegcmcapcgmnnloigolapjkajgfmd
Descrição Manage Google Chrome using Browser Security Plus extension
Tamanho do Arquivo 23.35 KB
Contagem de Instalações 542,236
Versão Atual 2.17
Última Atualização 2023-11-14
Data de Publicação 2019-07-16
Classificação 2.29/5 Total de 7 Avaliações
Desenvolvedor https://www.manageengine.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.manageengine.com/privacy.html
Idiomas Suportados 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": [
        ""
    ]
}