Browser Security Plus

Manage Google Chrome using Browser Security Plus extension

Qu'est-ce que Browser Security Plus ?

Browser Security Plus est une extension Chrome développée par https://www.manageengine.com, et sa fonction principale est "Manage Google Chrome using Browser Security Plus extension".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Browser Security Plus

Téléchargez les fichiers d'extension Browser Security Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Browser Security Plus Browser Security Plus
ID mhkgegcmcapcgmnnloigolapjkajgfmd
URL Officiel https://chromewebstore.google.com/detail/browser-security-plus/mhkgegcmcapcgmnnloigolapjkajgfmd
Description Manage Google Chrome using Browser Security Plus extension
Taille du Fichier 23.35 KB
Nombre d'Installations 542,236
Version Actuelle 2.17
Dernière Mise à Jour 2023-11-14
Date de Publication 2019-07-16
Évaluation 2.29/5 Total 7 Évaluations
Développeur https://www.manageengine.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.manageengine.com/privacy.html
Langues Prises en Charge 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": [
        ""
    ]
}