Keep Aware

Human-centric Browser Security

O que é Keep Aware?

Keep Aware é uma extensão do Chrome desenvolvida por https://keepaware.com, e sua principal característica é "Human-centric Browser Security".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Keep Aware

Baixe arquivos de extensão Keep Aware 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

                        Keep Aware is used for advanced web security and to promote cybersecurity awareness and training within your organization. Your organization must use Keep Aware as a service for functionality. Keep Aware promotes business productivity and reduces the risk of a web-based cyber threat.                    

Informações Básicas da Extensão

Nome Keep Aware Keep Aware
ID camnmdjjfkcplbdlofbndmkmnfeegjoi
URL Oficial https://chromewebstore.google.com/detail/keep-aware/camnmdjjfkcplbdlofbndmkmnfeegjoi
Descrição Human-centric Browser Security
Tamanho do Arquivo 8.03 MB
Contagem de Instalações 8,660
Versão Atual 2.0.7
Última Atualização 2024-02-20
Data de Publicação 2021-09-29
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://keepaware.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://keepaware.com/
URL da Página de Ajuda https://keepaware.com/contact
URL da Página de Política de Privacidade https://keepaware.com/privacy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Keep Aware",
    "version": "2.0.7",
    "description": "Human-centric Browser Security",
    "permissions": [
        "storage",
        "tabs",
        "downloads",
        "identity",
        "management",
        "cookies",
        "alarms",
        "webRequest",
        "identity.email"
    ],
    "host_permissions": [
        "",
        "*:\/\/*.awarefilter.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "minimum_chrome_version": "106",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "logic.js",
                "content-script.js",
                "page-script.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true,
            "match_origin_as_fallback": true
        }
    ],
    "incognito": "split",
    "action": {
        "default_title": "Keep Aware",
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/Icon-16.png",
            "48": "images\/Icon-48.png",
            "128": "images\/Icon-128.png"
        }
    },
    "icons": {
        "16": "images\/Icon-16.png",
        "48": "images\/Icon-48.png",
        "128": "images\/Icon-128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "options_ui": {
        "page": "index.html",
        "browser_style": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/ka_logo.png",
                "images\/Icon-48.png",
                "redirect.html",
                "xxhr.js",
                "msghand.css"
            ],
            "matches": [
                "",
                "*:\/\/*\/*"
            ]
        }
    ],
    "storage": {
        "managed_schema": "schema.json"
    },
    "manifest_version": 3
}