Password Alert

Password Alert helps protect against phishing attacks.

What is Password Alert?

Password Alert is a Chrome extension developed by google.com, and its main feature is "Password Alert helps protect against phishing attacks.".

Extension Screenshots

screenshot

Download Password Alert Extension CRX File

Download Password Alert extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Password Alert Password Alert
ID noondiphcddnnabmjcihcjfbhfklnnep
Official URL https://chromewebstore.google.com/detail/password-alert/noondiphcddnnabmjcihcjfbhfklnnep
Description Password Alert helps protect against phishing attacks.
File Size 324 KB
Installation Count 627,746
Current Version 1.27
Last Updated 2018-02-13
Publish Date 2018-02-13
Rating 4.34/5 Total 901 Ratings
Developer google.com
Payment Type free
Privacy Policy Page URL https://policies.google.com
Supported Languages 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"
}