Password Alert

Password Alert helps protect against phishing attacks.

Wat is Password Alert?

Password Alert is een Chrome-extensie ontwikkeld door google.com, en de belangrijkste functie is "Password Alert helps protect against phishing attacks.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Password Alert

Download Password Alert-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Password Alert Password Alert
ID noondiphcddnnabmjcihcjfbhfklnnep
Officiële URL https://chromewebstore.google.com/detail/password-alert/noondiphcddnnabmjcihcjfbhfklnnep
Beschrijving Password Alert helps protect against phishing attacks.
Bestandsgrootte 324 KB
Aantal Installaties 627,746
Huidige Versie 1.27
Laatst Bijgewerkt 2018-02-13
Publicatiedatum 2018-02-13
Beoordeling 4.34/5 Totaal 901 Beoordelingen
Ontwikkelaar google.com
Betalingswijze free
URL van de Privacybeleid Pagina https://policies.google.com
Ondersteunde Talen 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"
}