Keep Aware

Human-centric Browser Security

Cos'è Keep Aware?

Keep Aware è un'estensione di Chrome sviluppata da https://keepaware.com, e la sua funzione principale è "Human-centric Browser Security".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Keep Aware

Scarica i file di estensione Keep Aware in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Keep Aware Keep Aware
ID camnmdjjfkcplbdlofbndmkmnfeegjoi
URL Ufficiale https://chromewebstore.google.com/detail/keep-aware/camnmdjjfkcplbdlofbndmkmnfeegjoi
Descrizione Human-centric Browser Security
Dimensione del File 8.03 MB
Conteggio Installazioni 8,660
Versione Corrente 2.0.7
Ultimo Aggiornamento 2024-02-20
Data di Pubblicazione 2021-09-29
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://keepaware.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://keepaware.com/
URL della Pagina di Aiuto https://keepaware.com/contact
URL della Pagina della Politica sulla Privacy https://keepaware.com/privacy
Lingue Supportate 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
}