Scan2Login

Just scan with your phone, and you'll automatically logged in

Scan2Login란 무엇입니까?

Scan2Login은(는) Holabar Ltd.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Just scan with your phone, and you'll automatically logged in"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Scan2Login 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        No more memorizing complicated user names and passwords.
With the Scan2Login extension, use your smart phone as a login badge to identify yourself to the websites on your PC browser.

How it works:
- Scan2Login smart phone application is an innovative passwords manager tool, which securely stores your login information (using AES 128bit) on your personal phone.
- With the Scan2Login extension on your PC browser ,the application will automatically fill your login information.

How to use:
1. On your PC, browse to the login page.
2. Go over the Scan2Login icon on the bottom right corner and a QR-code will appear.
3. Scan the QR-code using the application on your smart phone.
4. The application will automatically fill your login information.

Android app:
https://market.android.com/details?id=com.holabar.app.lite

Web site:
http://www.holabar.com                    

확장 프로그램 기본 정보

이름 Scan2Login Scan2Login
ID pmbcncngnlhchfiineciojlicjpjocde
공식 URL https://chrome.google.com/webstore/detail/scan2login/pmbcncngnlhchfiineciojlicjpjocde
설명 Just scan with your phone, and you'll automatically logged in
파일 크기 201 KB
설치 횟수 279
현재 버전 1.31
최근 업데이트 2014-09-17
출시 날짜 2014-09-17
평점 4.50/5 총 10 개의 평점
개발자 Holabar Ltd.
결제 유형 free
확장 프로그램 웹 사이트 http://www.holabar.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scan2Login",
    "version": "1.31",
    "description": "Just scan with your phone, and you'll automatically logged in",
    "icons": {
        "128": "data\/img\/tag_128.png"
    },
    "browser_action": {
        "default_icon": "data\/img\/tag_72.png",
        "default_popup": "data\/popup.html"
    },
    "background": {
        "scripts": [
            "data\/chromeBackground\/httpRequest.js",
            "data\/chromeBackground\/background.js"
        ]
    },
    "web_accessible_resources": [
        "data\/img\/get_it_on_play_logo_large.png",
        "data\/img\/Download_on_the_App_Store.png",
        "data\/img\/warning.png",
        "data\/img\/tag_32.png",
        "data\/img\/plus.png",
        "data\/img\/mobile.png",
        "data\/img\/update.png",
        "data\/img\/playStore.png",
        "data\/img\/closeIdle.png",
        "data\/img\/miniDiv.png",
        "data\/img\/closeOn.png",
        "data\/img\/qrbg.png",
        "data\/img\/minibg.png"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "data\/scan2Login.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "data\/scan2LoginCont.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "notifications"
    ]
}