Keep Aware

Human-centric Browser Security

Qu'est-ce que Keep Aware ?

Keep Aware est une extension Chrome développée par https://keepaware.com, et sa fonction principale est "Human-centric Browser Security".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Keep Aware

Téléchargez les fichiers d'extension Keep Aware au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Keep Aware Keep Aware
ID camnmdjjfkcplbdlofbndmkmnfeegjoi
URL Officiel https://chromewebstore.google.com/detail/keep-aware/camnmdjjfkcplbdlofbndmkmnfeegjoi
Description Human-centric Browser Security
Taille du Fichier 8.03 MB
Nombre d'Installations 8,660
Version Actuelle 2.0.7
Dernière Mise à Jour 2024-02-20
Date de Publication 2021-09-29
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://keepaware.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://keepaware.com/
URL de la Page d'Aide https://keepaware.com/contact
URL de la Page de Politique de Confidentialité https://keepaware.com/privacy
Langues Prises en Charge 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
}