Barracuda Chromebook Security For BCS

Barracuda Chromebook Security For BCS Extension is designed to protect you from malicious and inappropriate web content

什麼是Barracuda Chromebook Security For BCS?

Barracuda Chromebook Security For BCS是由barracuda.android開發的Chrome擴展程式,該擴展的主要功能是“Barracuda Chromebook Security For BCS Extension is designed to protect you from malicious and inappropriate web content”。

擴展截圖

screenshot
screenshot
screenshot

下載Barracuda Chromebook Security For BCS擴展crx文件

下載Barracuda Chromebook Security For BCS擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The Barracuda Chromebook Security Extension enables you to protect your Chromebook users from malicious and inappropriate content by enforcing the policies you configure on your Barracuda Content Shield (BCS) Portal. 

 
The Barracuda Chromebook Security Extension leverages the cloud-based Web Categorization Service to filter content from over 80 million URLs, while also dynamically scanning websites not yet in the database. This allows administrators to provide safe Internet access to your Chromebook users, whether they’re on or off of your network.


- Single sign-on, user-based access.
- Policies are cached on the Chromebook, ensuring that if it loses contact with the Barracuda Content Shield, last-known policies are still enforced. No need for the extension to fail open or closed. 
- The extension works on or off network.
- Policies configured on the Barracuda Content Shield Portal are synchronized to the Chromebook periodically.
- All Chromebook user access to websites is logged and the logs are available on the Barracuda Content Shield Portal.
- Create customizable block page through the Barracuda Content Shield Portal.
- The administrator can use the Barracuda Content Shield Portal report generation feature to generate reports on Chromebook user web access.
- The Barracuda Chromebook Security Extension comes with the Barracuda Content Shield subscription at no additional cost!                    

擴展基本資訊

名稱 Barracuda Chromebook Security For BCS Barracuda Chromebook Security For BCS
ID ideeeggffajjohachhmmekodlkgahdhi
官方網址 https://chromewebstore.google.com/detail/barracuda-chromebook-secu/ideeeggffajjohachhmmekodlkgahdhi
簡介 Barracuda Chromebook Security For BCS Extension is designed to protect you from malicious and inappropriate web content
檔案大小 147 KB
安裝次數 43
目前版本 2.0.0
更新時間 2023-08-23
上架時間 2020-08-04
開發者 barracuda.android
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://campus.barracuda.com/doc/91987523/
隱私政策頁面URL https://www.barracuda.com/company/legal/data-privacy/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Barracuda Chromebook Security For BCS",
    "description": "Barracuda Chromebook Security For BCS Extension is designed to protect you from malicious and inappropriate web content",
    "version": "2.0.0",
    "minimum_chrome_version": "110",
    "icons": {
        "16": "images\/BCS_16x16.png",
        "48": "images\/BCS_48x48.png",
        "128": "images\/BCS_128x128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Barracuda Chromebook Security For BCS",
        "default_icon": {
            "16": "images\/BCS_16x16.png",
            "48": "images\/BCS_48x48.png",
            "128": "images\/BCS_128x128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "activeTab",
        "identity",
        "identity.email",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        "alarms",
        "proxy",
        "enterprise.deviceAttributes",
        "management",
        "offscreen"
    ],
    "storage": {
        "managed_schema": "schema.json"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "blockpage.html",
                "block_resource.html",
                "blockpage.js",
                "redirectpage.html",
                "redirectpage.js",
                "spinner.gif",
                "types.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}