Data Breach Info

Be secure and protected. Get information about all data breaches

Data Breach Info là gì?

Data Breach Info là một tiện ích mở rộng Chrome được phát triển bởi https://thegoldenstep.com, và tính năng chính của nó là "Be secure and protected. Get information about all data breaches".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Data Breach Info

Tải xuống các tệp mở rộng Data Breach Info dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Data Breach Info Data Breach Info
ID dncjjffcbonlldfplckbhincdjgbbmae
URL Chính Thức https://chromewebstore.google.com/detail/data-breach-info/dncjjffcbonlldfplckbhincdjgbbmae
Mô tả Be secure and protected. Get information about all data breaches
Kích Thước Tệp 536 KB
Số Lần Cài Đặt 133
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-12-20
Ngày Phát Hành 2019-12-13
Đánh Giá 4.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://thegoldenstep.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://thegoldenstep.com
URL Trang Chính Sách Bảo Mật https://theadfighter.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}