Covered Security Personal Assistant

Covered is a free personal security assistant that helps you avoid the time, hassle, and cost of getting hacked online.

What is Covered Security Personal Assistant?

Covered Security Personal Assistant is a Chrome extension developed by https://coveredsecurity.com, and its main feature is "Covered is a free personal security assistant that helps you avoid the time, hassle, and cost of getting hacked online.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Covered Security Personal Assistant Extension CRX File

Download Covered Security Personal Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Hackers are constantly trying to steal your identity and your money. Getting hacked is a hassle – time consuming and frustrating. But security is complex and confusing. So what should you do?

Get Covered!

A revolutionary new product, Covered watches out for you as you go about your life on the Internet. It alerts you when you need to take action and provides simple, easy-to-follow steps to protect yourself and your family.

And don’t worry about your personal info.  Covered will never share your personal info with anyone without your direct approval.

Why use Covered?

•  understand how much risk you are taking online
•  know when companies you use have been breached and your data is at risk
•  get personalized recommendations to improve your security
•  earn rewards for taking action to protect yourself                    

Extension Basic Information

Name Covered Security Personal Assistant Covered Security Personal Assistant
ID onaejpinkfbnfjojgokeemjmigkfjkig
Official URL https://chromewebstore.google.com/detail/covered-security-personal/onaejpinkfbnfjojgokeemjmigkfjkig
Description Covered is a free personal security assistant that helps you avoid the time, hassle, and cost of getting hacked online.
File Size 4.77 MB
Installation Count 110
Current Version Release 2
Last Updated 2023-05-19
Publish Date 2021-02-08
Rating 5.00/5 Total 10 Ratings
Developer https://coveredsecurity.com
Email [email protected]
Payment Type free
Extension Website https://www.coveredsecurity.com
Privacy Policy Page URL https://www.coveredsecurity.com/legal/privacy.pdf
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Covered Security, Inc.",
    "name": "Covered Security Personal Assistant",
    "short_name": "Covered Sec",
    "description": "Covered is a free personal security assistant that helps you avoid the time, hassle, and cost of getting hacked online.",
    "version": "1.0.622",
    "version_name": "Release 2",
    "minimum_chrome_version": "25",
    "offline_enabled": false,
    "browser_action": {
        "default_title": "Covered Security Personal Assistant",
        "default_popup": "app.html"
    },
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "history",
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentAll.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.coveredsecurity.com\/*"
            ],
            "js": [
                "contentSite.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "about.png",
        "account_takeover_ic.png",
        "askCoveredLogin.html",
        "askCoveredLogin.js",
        "background.html",
        "breachNotify.html",
        "breachNotify.js",
        "breachSummary.html",
        "breachSummary.js",
        "bx.html",
        "creditcard_ic.png",
        "doNotInterrupt.html",
        "factorAndConsentRequired.html",
        "factorAndConsentRequired.js",
        "factorSuccess.html",
        "factorSuccess.js",
        "financial_identity_theft_ic.png",
        "healthcare_ic.png",
        "iframeCommon.js",
        "loginRequired.html",
        "loginRequired.js",
        "logo.png",
        "observeAndPromptAction.html",
        "onKudoGranted.html",
        "passwordRequired.html",
        "passwordRequired.js",
        "profile-image.png",
        "pushAlert.html",
        "pushAlert.js",
        "pushNotification.html",
        "pushNotification.js",
        "pwdMgrCreateAccount.html",
        "pwdMgrCreateAccountSuccess.html",
        "register.html",
        "register.js",
        "selectSmsFactor.html",
        "selectSmsFactor.js",
        "settings.html",
        "settings.js",
        "stepUpAuth.html",
        "stepUpAuth.js",
        "verifyFactorRequired.html",
        "verifyFactorRequired.js"
    ],
    "background": {
        "page": "background.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/www.coveredsecurity.com\/*"
        ]
    },
    "oauth2": {
        "client_id": "222239129161-4gjh4d6q5l6m9r99umcq212jad2uiv8o.apps.googleusercontent.com",
        "scopes": [
            "",
            "https:\/\/www.googleapis.com\/auth\/gmail.login",
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/apis.google.com\/ https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyU2d8FzEBVobgJ+G0W+Vr4xMOGV5i42eNHwIW0hvJcXsCkxZ6VH0\/ZXS1yfnag3IW1H1Tp7Ehbh1\/cv1g52gzVD5VNxxWIpw2lhGpotlhL58XuJZQzIjRWhmbUPBpUXbXk8gfSWnSg8E2IouhbKCDvIdOTXzsaMZNlEO2Yd3\/\/slqYr1\/eSLsCAnmW85FltTLDLypKoUHyfSeoDHYBwBPuH+q8a7AK0uYJujGgxtjJypit9i7p4VzHTCBOKOZxtqfZBkIV\/Rc9LsDYD6\/oXScOycKso1ui7O\/y3MTyonhct338auC\/hVk0EiwktFUodNs7ChHaRfBL8CWZW\/8FYYZwIDAQAB"
}