Keep Aware

Human-centric Browser Security

Was ist Keep Aware?

Keep Aware ist eine Chrome-Erweiterung, die von https://keepaware.com entwickelt wurde, und ihr Hauptmerkmal ist "Human-centric Browser Security".

Erweiterungsscreenshots

screenshot

Keep Aware-Erweiterungs-CRX-Datei herunterladen

Laden Sie Keep Aware-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Keep Aware Keep Aware
ID camnmdjjfkcplbdlofbndmkmnfeegjoi
Offizielle URL https://chromewebstore.google.com/detail/keep-aware/camnmdjjfkcplbdlofbndmkmnfeegjoi
Beschreibung Human-centric Browser Security
Dateigröße 8.03 MB
Installationsanzahl 8,660
Aktuelle Version 2.0.7
Letztes Update 2024-02-20
Veröffentlichungsdatum 2021-09-29
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler https://keepaware.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://keepaware.com/
Hilfeseite URL https://keepaware.com/contact
URL der Datenschutzrichtlinien-Seite https://keepaware.com/privacy
Unterstützte Sprachen 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
}