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.

O que é WebSecurity for mac?

WebSecurity for mac é uma extensão do Chrome desenvolvida por ATIdeveloper, e sua principal característica é "This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão WebSecurity for mac

Baixe arquivos de extensão WebSecurity for mac no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome WebSecurity for mac WebSecurity for mac
ID onbpjbgmafgedakpmkmgcbogfomcpjjd
URL Oficial https://chromewebstore.google.com/detail/websecurity-for-mac/onbpjbgmafgedakpmkmgcbogfomcpjjd
Descrição This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.
Tamanho do Arquivo 12.93 KB
Contagem de Instalações 449
Versão Atual 2.4
Última Atualização 2022-10-13
Data de Publicação 2020-02-16
Classificação 1.73/5 Total de 11 Avaliações
Desenvolvedor ATIdeveloper
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.webwatcher.com/privacy-policy
Idiomas Suportados 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"
    ]
}