WebSecurity

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?

WebSecurity é 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

Baixe arquivos de extensão WebSecurity 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 WebSecurity
ID kpfmidcdnfpaamdaobjiiamaihdigaoj
URL Oficial https://chromewebstore.google.com/detail/websecurity/kpfmidcdnfpaamdaobjiiamaihdigaoj
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 9.01 KB
Contagem de Instalações 2,093
Versão Atual 2.11
Última Atualização 2022-10-13
Data de Publicação 2020-05-07
Classificação 2.65/5 Total de 63 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
{
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "background.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "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"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhaToSzY\/CxTobIqj82RGPv7IBwwWBlGEIA0KCxDqy1EyuHCfv0UtgHvbXDoNFNFYL+QNg+KHXQP2q6G38ToQb\/NVQ01e4cm4cK6HPTlyGVUz6zUsGPK7Q1NyK4ej3sxWvn7\/89a72UVsKiJnyTfpDU9D2+yYvFd5VOqu6xJ70rLVSO65mGtZwiaBM+wBJi5eXlN7Qshi6Qv3oqQHSrUTA\/bG+0IJ7kBw7FwFqrvfBm68aAmScYkssoUVIAU6Y1pd4gXFIxtdKOj0nMwMgjX\/kx+Wv8mNJCRghH+D2+J\/xAfJXdhgcmt9cY\/JyLkvrkYtJYx2I9NVkeuG+JAMgXMa8wIDAQAB",
    "manifest_version": 2,
    "name": "WebSecurity",
    "permissions": [
        "tabs",
        "webNavigation",
        "webRequest",
        "nativeMessaging",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.11",
    "web_accessible_resources": [
        "background.js"
    ]
}