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.

¿Qué es WebSecurity for ChromeBook?

WebSecurity for ChromeBook es una extensión de Chrome desarrollada por ATIdeveloper, y su función principal es "This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión WebSecurity for ChromeBook

Descarga archivos de extensión WebSecurity for ChromeBook en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre WebSecurity for ChromeBook WebSecurity for ChromeBook
ID fpaeneebgnphjglakjebaekpcobbekgf
URL Oficial https://chromewebstore.google.com/detail/websecurity-for-chromeboo/fpaeneebgnphjglakjebaekpcobbekgf
Descripción This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.
Tamaño del Archivo 90.25 KB
Cantidad de Instalaciones 339
Versión Actual 1.0.1.16
Última Actualización 2023-07-23
Fecha de Publicación 2020-05-03
Calificación 1.00/5 Total de 2 Calificaciones
Desarrollador ATIdeveloper
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.webwatcher.com/privacy-policy
Idiomas Soportados 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"
}