Browser Security Plus

Manage Google Chrome using Browser Security Plus extension

Browser Security Plus란 무엇입니까?

Browser Security Plus은(는) https://www.manageengine.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage Google Chrome using Browser Security Plus extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Browser Security Plus 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Browser Security Plus Browser Security Plus
ID mhkgegcmcapcgmnnloigolapjkajgfmd
공식 URL https://chromewebstore.google.com/detail/browser-security-plus/mhkgegcmcapcgmnnloigolapjkajgfmd
설명 Manage Google Chrome using Browser Security Plus extension
파일 크기 23.35 KB
설치 횟수 542,236
현재 버전 2.17
최근 업데이트 2023-11-14
출시 날짜 2019-07-16
평점 2.29/5 총 7 개의 평점
개발자 https://www.manageengine.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.manageengine.com/privacy.html
지원되는 언어 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": [
        ""
    ]
}