Data Breach Info
Be secure and protected. Get information about all data breaches
Data Breach Info란 무엇입니까?
Data Breach Info은(는) https://thegoldenstep.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Be secure and protected. Get information about all data breaches"입니다.
확장 프로그램 스크린샷
Data Breach Info 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Data Breach Info |
ID | dncjjffcbonlldfplckbhincdjgbbmae |
공식 URL | https://chromewebstore.google.com/detail/data-breach-info/dncjjffcbonlldfplckbhincdjgbbmae |
설명 | Be secure and protected. Get information about all data breaches |
파일 크기 | 536 KB |
설치 횟수 | 133 |
현재 버전 | 1.1 |
최근 업데이트 | 2019-12-20 |
출시 날짜 | 2019-12-13 |
평점 | 4.83/5 총 6 개의 평점 |
개발자 | https://thegoldenstep.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://thegoldenstep.com |
개인정보 보호 정책 페이지 URL | https://theadfighter.com/privacy.html |
지원되는 언어 | 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'" } } |