Keep Aware

Human-centric Browser Security

Что такое Keep Aware?

Keep Aware - это расширение Chrome, разработанное https://keepaware.com, и его основная функция - "Human-centric Browser Security".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Keep Aware

Скачайте файлы расширений Keep Aware в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Keep Aware Keep Aware
ID camnmdjjfkcplbdlofbndmkmnfeegjoi
Официальный URL https://chromewebstore.google.com/detail/keep-aware/camnmdjjfkcplbdlofbndmkmnfeegjoi
Описание Human-centric Browser Security
Размер файла 8.03 MB
Количество установок 8,660
Текущая Версия 2.0.7
Последнее Обновление 2024-02-20
Дата публикации 2021-09-29
Рейтинг 5.00/5 Всего 5 оценок
Разработчик https://keepaware.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://keepaware.com/
URL страницы помощи https://keepaware.com/contact
URL страницы политики конфиденциальности https://keepaware.com/privacy
Поддерживаемые языки 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
}