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.

¿Qué es WebSecurity for mac?

WebSecurity for mac 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 mac

Descarga archivos de extensión WebSecurity for mac 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 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.                    

Información Básica de la Extensión

Nombre WebSecurity for mac WebSecurity for mac
ID onbpjbgmafgedakpmkmgcbogfomcpjjd
URL Oficial https://chromewebstore.google.com/detail/websecurity-for-mac/onbpjbgmafgedakpmkmgcbogfomcpjjd
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 12.93 KB
Cantidad de Instalaciones 449
Versión Actual 2.4
Última Actualización 2022-10-13
Fecha de Publicación 2020-02-16
Calificación 1.73/5 Total de 11 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-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"
    ]
}