Email Unfo
Be secure and protected. Get information about all data breches
Τι είναι το Email Unfo;
Το Email Unfo είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://thegoldenstep.com, και η κύρια λειτουργία του είναι "Be secure and protected. Get information about all data breches".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Email Unfo
Λήψη αρχείων επέκτασης Email Unfo σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Be secure and protected. Find out if you've been part of a data breach & get information about all data breaches with Email Unfo. Email unfo is tool help you to find out if your email is part of any known existing data breaches. A data breach is an incident that involves the unauthorized or illegal viewing, access or retrieval of data by an individual, application or service. It is a type of security breach specifically designed to steal and/or publish data to an unsecured or illegal location. A data breach is also known as a data spill or data leak. A data breach occurs when an unauthorized hacker or attacker accesses a secure database or repository. Data breaches are typically geared toward logical or digital data and often conducted over the Internet or a network connection. A data breach may result in data loss, including financial, personal and health information. A hacker also may use stolen data to impersonate himself to gain access to a more secure location. For example, a hacker's data breach of a network administrator's login credentials can result in access of an entire network. By utilizing Have I been pwned's API and DRASSLab API, this extension helps you understand to know about data breaches.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | fdeppfieffbcelgpkjjhjlefcbjgklap |
Επίσημο URL | https://chrome.google.com/webstore/detail/email-unfo/fdeppfieffbcelgpkjjhjlefcbjgklap |
Περιγραφή | Be secure and protected. Get information about all data breches |
Μέγεθος Αρχείου | 1.43 MB |
Αριθμός Εγκαταστάσεων | 37 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2019-12-26 |
Ημερομηνία Δημοσίευσης | 2019-12-26 |
Αξιολόγηση | 5.00/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | https://thegoldenstep.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://theadfighter.com/privacy.html |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Email Unfo", "short_name": "EmailUnfo", "version": "1.0", "manifest_version": 2, "description": "Be secure and protected. Get information about all data breches", "homepage_url": "https:\/\/thegoldenstep.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Email Unfo" }, "background": { "scripts": [ "js\/jquery.min.js", "js\/background.js" ], "persistent": true } } |