Regular password field for BZWBK24

Brings a regular password field back to the BZWBK24 login page.

Regular password field for BZWBK24란 무엇입니까?

Regular password field for BZWBK24은(는) michal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Brings a regular password field back to the BZWBK24 login page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Regular password field for BZWBK24 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tired of having to enter random characters from your password every time you log in to BZWBK?

I was. So I made this extention. It adds a regular password field to the login page so you can enter the entire password just like on any other site. It even works with KeePass.

Your password is not sent anywhere, not even to the BZWBK server. Only those characters that the server requested are returned to it. If you do not trust me check the source code of this extension or ask any programmer to do it for you.                    

확장 프로그램 기본 정보

이름 Regular password field for BZWBK24 Regular password field for BZWBK24
ID kipjneglecdehocegjhjjfnacahjkcgd
공식 URL https://chromewebstore.google.com/detail/regular-password-field-fo/kipjneglecdehocegjhjjfnacahjkcgd
설명 Brings a regular password field back to the BZWBK24 login page.
파일 크기 148 KB
설치 횟수 22
현재 버전 1.2
최근 업데이트 2014-01-25
출시 날짜 2014-01-25
평점 5.00/5 총 1 개의 평점
개발자 michal
이메일 [email protected]
결제 유형 free
지원되는 언어 en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "version": "1.2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.centrum24.pl\/centrum24-web\/?x=*",
                "https:\/\/www.centrum24.pl\/przelew24\/?x=*",
                "https:\/\/www.centrum24.pl\/3dsecure\/?x=*"
            ],
            "js": [
                "bzwbk24login.js"
            ]
        }
    ]
}