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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}