Silent Quadrant Password Protection

Silent Quadrant Password Protection alerts you about breached credentials.

Silent Quadrant Password Protectionとは何ですか?

Silent Quadrant Password ProtectionはSilent Quadrantによって開発されたChromeの拡張機能で、その主な機能は「Silent Quadrant Password Protection alerts you about breached credentials.」です。

拡張機能のスクリーンショット

screenshot

Silent Quadrant Password Protection拡張機能のCRXファイルをダウンロード

Silent Quadrant Password Protection拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Silent Quadrant Password Protection alerts you about breached credentials. Powered by "Have I Been Pwned?", it is a simple Chrome extension that dramatically improves personal security when browsing the web. 

There are an extraordinary number of passwords available on the dark web, exposed as a result of data breaches. Threat actors routinely use these exposed passwords to compromise your accounts.

Silent Quadrant Password Protection works by checking your password against the Have I Been Pwned? API service (https://haveibeenpwned.com) to determine whether or not the password you are using in any web login has been breached in the past. Silent Quadrant Password Protection uses 'k-anonymity', which ensures that your passwords are never seen, stored, or sent over the network during the checking process. Learn more about k-anonymity here: https://blog.cloudflare.com/validating-leaked-passwords-with-k-anonymity/

Silent Quadrant Password Protection is an effective way to help individual users play an active role in protecting their online accounts. We strongly believe that by informing and guiding users to reset their credentials when necessary, we can help make the web a safer place.

NOTE: This extension does not collect or store any information or passwords.                    

拡張機能の基本情報

名前 Silent Quadrant Password Protection Silent Quadrant Password Protection
ID dbpedbegkmjmppmndejlinjcjojodaoi
公式URL https://chrome.google.com/webstore/detail/silent-quadrant-password/dbpedbegkmjmppmndejlinjcjojodaoi
説明 Silent Quadrant Password Protection alerts you about breached credentials.
ファイルサイズ 74.02 KB
インストール数 161
現在のバージョン 1.0.5
最終更新日 2019-02-05
公開日 2019-01-31
開発者 Silent Quadrant
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Silent Quadrant Password Protection",
    "version": "1.0.5",
    "description": "Silent Quadrant Password Protection alerts you about breached credentials.",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.min.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "images\/logo.png",
        "images\/spyglass.png"
    ],
    "homepage_url": "https:\/\/github.com\/Eagle19243\/silent-quadrant-chrome#readme",
    "offline_enabled": false
}