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?

WebSecurity for ChromeBook是由ATIdeveloper开发的Chrome扩展程序,该扩展的主要功能是“This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.”。

扩展截图

screenshot

下载WebSecurity for ChromeBook扩展crx文件

下载WebSecurity for ChromeBook扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 WebSecurity for ChromeBook WebSecurity for ChromeBook
ID fpaeneebgnphjglakjebaekpcobbekgf
官方URL https://chromewebstore.google.com/detail/websecurity-for-chromeboo/fpaeneebgnphjglakjebaekpcobbekgf
简介 This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.
文件大小 90.25 KB
安装次数 339
当前版本 1.0.1.16
更新时间 2023-07-23
上架时间 2020-05-03
评分 1.00/5 共2次评分
开发者 ATIdeveloper
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.webwatcher.com/privacy-policy
支持的语言 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"
}