Email Unfo
Be secure and protected. Get information about all data breches
什么是Email Unfo?
Email Unfo是由https://thegoldenstep.com开发的Chrome扩展程序,该扩展的主要功能是“Be secure and protected. Get information about all data breches”。
扩展截图
下载Email Unfo扩展crx文件
下载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 } } |