Data Breach Info
Be secure and protected. Get information about all data breaches
¿Qué es Data Breach Info?
Data Breach Info es una extensión de Chrome desarrollada por https://thegoldenstep.com, y su función principal es "Be secure and protected. Get information about all data breaches".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Data Breach Info
Descarga archivos de extensión Data Breach Info en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Data breach info is tool to understand breaches happened so far. 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, this extension helps you understand to know about data breaches.
Información Básica de la Extensión
Nombre | Data Breach Info |
ID | dncjjffcbonlldfplckbhincdjgbbmae |
URL Oficial | https://chromewebstore.google.com/detail/data-breach-info/dncjjffcbonlldfplckbhincdjgbbmae |
Descripción | Be secure and protected. Get information about all data breaches |
Tamaño del Archivo | 536 KB |
Cantidad de Instalaciones | 133 |
Versión Actual | 1.1 |
Última Actualización | 2019-12-20 |
Fecha de Publicación | 2019-12-13 |
Calificación | 4.83/5 Total de 6 Calificaciones |
Desarrollador | https://thegoldenstep.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://thegoldenstep.com |
URL de la Página de Política de Privacidad | https://theadfighter.com/privacy.html |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Data Breach Info", "version": "1.1", "manifest_version": 2, "description": "Be secure and protected. Get information about all data breaches", "homepage_url": "http:\/\/thegoldenstep.com", "icons": { "16": "icons\/16_logo.png", "48": "icons\/48_logo.png", "128": "icons\/128_logo.png" }, "browser_action": { "default_title": "Data Breach Info", "default_popup": "html\/dataBreachInfo.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true, "content_security_policy": "script-src 'self' https:\/\/haveibeenpwned.com\/api\/; object-src 'self'" } } |