Password Alert

Password Alert helps protect against phishing attacks.

什么是Password Alert?

Password Alert是由google.com开发的Chrome扩展程序,该扩展的主要功能是“Password Alert helps protect against phishing attacks.”。

扩展截图

screenshot

下载Password Alert扩展crx文件

下载Password Alert扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/                    

扩展基本信息

名称 Password Alert Password Alert
ID noondiphcddnnabmjcihcjfbhfklnnep
官方URL https://chromewebstore.google.com/detail/password-alert/noondiphcddnnabmjcihcjfbhfklnnep
简介 Password Alert helps protect against phishing attacks.
文件大小 324 KB
安装次数 627,746
当前版本 1.27
更新时间 2018-02-13
上架时间 2018-02-13
评分 4.34/5 共901次评分
开发者 google.com
付费类型 free
隐私政策页面URL https://policies.google.com
支持的语言 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"
}