Covered Security Personal Assistant
Covered is a free personal security assistant that helps you avoid the time, hassle, and cost of getting hacked online.
Co to jest Covered Security Personal Assistant?
Covered Security Personal Assistant to rozszerzenie Chrome opracowane przez https://coveredsecurity.com, a jego główną funkcją jest „Covered is a free personal security assistant that helps you avoid the time, hassle, and cost of getting hacked online.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Covered Security Personal Assistant
Pobierz pliki rozszerzeń Covered Security Personal Assistant w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Covered Security Personal Assistant |
ID | onaejpinkfbnfjojgokeemjmigkfjkig |
Oficjalny URL | https://chromewebstore.google.com/detail/covered-security-personal/onaejpinkfbnfjojgokeemjmigkfjkig |
Opis | Covered is a free personal security assistant that helps you avoid the time, hassle, and cost of getting hacked online. |
Rozmiar pliku | 4.77 MB |
Liczba instalacji | 110 |
Aktualna Wersja | Release 2 |
Ostatnia Aktualizacja | 2023-05-19 |
Data Publikacji | 2021-02-08 |
Ocena | 5.00/5 Łącznie 10 Oceny |
Deweloper | https://coveredsecurity.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.coveredsecurity.com |
Adres URL Strony Polityki Prywatności | https://www.coveredsecurity.com/legal/privacy.pdf |
Obsługiwane Języki | 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": [ " |