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.

What is WebSecurity for ChromeBook?

WebSecurity for ChromeBook is a Chrome extension developed by ATIdeveloper, and its main feature is "This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.".

Extension Screenshots

screenshot

Download WebSecurity for ChromeBook Extension CRX File

Download WebSecurity for ChromeBook extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name WebSecurity for ChromeBook WebSecurity for ChromeBook
ID fpaeneebgnphjglakjebaekpcobbekgf
Official URL https://chromewebstore.google.com/detail/websecurity-for-chromeboo/fpaeneebgnphjglakjebaekpcobbekgf
Description This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.
File Size 90.25 KB
Installation Count 339
Current Version 1.0.1.16
Last Updated 2023-07-23
Publish Date 2020-05-03
Rating 1.00/5 Total 2 Ratings
Developer ATIdeveloper
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.webwatcher.com/privacy-policy
Supported Languages 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"
}