Silent Quadrant Password Protection

Silent Quadrant Password Protection alerts you about breached credentials.

Τι είναι το Silent Quadrant Password Protection;

Το Silent Quadrant Password Protection είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Silent Quadrant, και η κύρια λειτουργία του είναι "Silent Quadrant Password Protection alerts you about breached credentials.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Silent Quadrant Password Protection

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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
}