Browser Security Plus

Manage Google Chrome using Browser Security Plus extension

Browser Security Plus là gì?

Browser Security Plus là một tiện ích mở rộng Chrome được phát triển bởi https://www.manageengine.com, và tính năng chính của nó là "Manage Google Chrome using Browser Security Plus extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Browser Security Plus

Tải xuống các tệp mở rộng Browser Security Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Browser Security Plus Browser Security Plus
ID mhkgegcmcapcgmnnloigolapjkajgfmd
URL Chính Thức https://chromewebstore.google.com/detail/browser-security-plus/mhkgegcmcapcgmnnloigolapjkajgfmd
Mô tả Manage Google Chrome using Browser Security Plus extension
Kích Thước Tệp 23.35 KB
Số Lần Cài Đặt 542,236
Phiên Bản Hiện Tại 2.17
Cập Nhật Lần Cuối 2023-11-14
Ngày Phát Hành 2019-07-16
Đánh Giá 2.29/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://www.manageengine.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.manageengine.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}