Keep Aware

Human-centric Browser Security

Keep Aware क्या है?

Keep Aware https://keepaware.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Human-centric Browser Security"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Keep Aware एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}