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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
공식 URL 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": [
                ""
            ]
        }
    ]
}