WebSecurity for ChromeBook

This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.

WebSecurity for ChromeBook là gì?

WebSecurity for ChromeBook là một tiện ích mở rộng Chrome được phát triển bởi ATIdeveloper, và tính năng chính của nó là "This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WebSecurity for ChromeBook

Tải xuống các tệp mở rộng WebSecurity for ChromeBook 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

                        WebSecurity for ChromeBook is a Google Chrome extension that works in conjunction with Awareness Technologies user productivity monitoring software package to monitor and block access to web content in the Chrome browser. This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the Awareness Technologies software.                    

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

Tên WebSecurity for ChromeBook WebSecurity for ChromeBook
ID fpaeneebgnphjglakjebaekpcobbekgf
URL Chính Thức https://chromewebstore.google.com/detail/websecurity-for-chromeboo/fpaeneebgnphjglakjebaekpcobbekgf
Mô tả This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.
Kích Thước Tệp 90.25 KB
Số Lần Cài Đặt 339
Phiên Bản Hiện Tại 1.0.1.16
Cập Nhật Lần Cuối 2023-07-23
Ngày Phát Hành 2020-05-03
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển ATIdeveloper
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.webwatcher.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "name": "WebSecurity for ChromeBook",
    "version": "1.0.1.16",
    "description": "This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "WebAPI.js",
            "utility.js",
            "jquery-3.3.1.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js",
                "utility.js",
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_popup": "Registration.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "identity",
        "identity.email",
        "",
        "storage",
        "background",
        "downloads",
        "enterprise.deviceAttributes"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}