WebSecurity for mac

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

什么是WebSecurity for mac?

WebSecurity for mac是由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 mac扩展crx文件

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

扩展使用说明

                        WebSecurity 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. Screenshot shows what happens when a blocked website is reached when the extension is in use in conjunction with Awareness Technologies user productivity monitoring software.                    

扩展基本信息

名称 WebSecurity for mac WebSecurity for mac
ID onbpjbgmafgedakpmkmgcbogfomcpjjd
官方URL https://chromewebstore.google.com/detail/websecurity-for-mac/onbpjbgmafgedakpmkmgcbogfomcpjjd
简介 This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.
文件大小 12.93 KB
安装次数 449
当前版本 2.4
更新时间 2022-10-13
上架时间 2020-02-16
评分 1.73/5 共11次评分
开发者 ATIdeveloper
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.webwatcher.com/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebSecurity for mac",
    "version": "2.4",
    "description": "This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.",
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "",
        "webRequestBlocking",
        "nativeMessaging"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "XMLHttpRequest.js"
    ]
}