Keep Aware

Human-centric Browser Security

Keep Awareとは何ですか?

Keep Awareはhttps://keepaware.comによって開発されたChromeの拡張機能で、その主な機能は「Human-centric Browser Security」です。

拡張機能のスクリーンショット

screenshot

Keep Aware拡張機能のCRXファイルをダウンロード

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
Eメール [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
}