Password Alert

Password Alert helps protect against phishing attacks.

Was ist Password Alert?

Password Alert ist eine Chrome-Erweiterung, die von google.com entwickelt wurde, und ihr Hauptmerkmal ist "Password Alert helps protect against phishing attacks.".

Erweiterungsscreenshots

screenshot

Password Alert-Erweiterungs-CRX-Datei herunterladen

Laden Sie Password Alert-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        If you enter your Google Account password or Google for Work password into anywhere other than Google's sign-in page, you’ll receive an alert, so you can quickly change your password if needed. 

Password Alert also checks each page you visit to see if it's impersonating Google's sign-in page, and alerts you if so.

FAQ
-- When will Password Alert take effect?
Password Alert will initialize itself the next time you enter your password into accounts.google.com.

-- Does Password Alert store my password or keystrokes?
No. Password Alert doesn’t store your password or keystrokes -- instead, it stores a secure thumbnail of your password, which it compares against a thumbnail of your most recent keystrokes within Chrome.

-- Where does Password Alert send data?
If you are using Password Alert in a Google Account, Password Alert does not send any data from your local computer. If your Google for Work administrator chooses to deploy Password Alert across your domain, the administrator will receive alerts when Password Alert triggers.

-- What are Password Alert limits?
Password Alert only operates inside the Chrome web browser when Javascript is enabled. Password Alert doesn't protect Chrome Apps or Chrome Extensions, and it only protect incognito tabs if configured at chrome://extensions. It also does not protect passwords for non-Google services.
 
-- Where can I find more details?
Visit the full FAQ at https://support.google.com/a/answer/6197508, or you can see the entire open-source codebase at https://github.com/google/password-alert.

By installing this item, you agree to the Google Terms of Service and Privacy Policy at www.google.com/policies/                    

Grundlegende Informationen zur Erweiterung

Name Password Alert Password Alert
ID noondiphcddnnabmjcihcjfbhfklnnep
Offizielle URL https://chromewebstore.google.com/detail/password-alert/noondiphcddnnabmjcihcjfbhfklnnep
Beschreibung Password Alert helps protect against phishing attacks.
Dateigröße 324 KB
Installationsanzahl 627,746
Aktuelle Version 1.27
Letztes Update 2018-02-13
Veröffentlichungsdatum 2018-02-13
Bewertung 4.34/5 Insgesamt 901 Bewertungen
Entwickler google.com
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://policies.google.com
Unterstützte Sprachen id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "oauth2": {
        "client_id": "897749729682-2j2fjtnfde4kgi40fvjrp7ude48ooh4n.apps.googleusercontent.com",
        "scopes": [
            "email"
        ]
    },
    "icons": {
        "128": "icon128.png"
    },
    "minimum_chrome_version": "46",
    "author": {
        "email": "[email protected]"
    },
    "version": "1.27",
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "storage": {
        "managed_schema": "managed_policy_schema.json"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "content_script_compiled.js"
            ]
        }
    ],
    "content_security_policy": "default-src 'none'; script-src 'self'; style-src 'self'; connect-src https:\/\/*",
    "name": "__MSG_extension_name__",
    "background": {
        "persistent": false,
        "scripts": [
            "background_compiled.js"
        ]
    },
    "permissions": [
        "identity",
        "identity.email",
        "notifications",
        "storage",
        "tabs",
        ""
    ],
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}