miniOrange 2Factor Autofill

Secure 2Factor autofill to any application

miniOrange 2Factor Autofill란 무엇입니까?

miniOrange 2Factor Autofill은(는) https://miniorange.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Secure 2Factor autofill to any application"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

miniOrange 2Factor Autofill 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        - The miniOrange 2Factor Autofill Plug-in will allow the user to seamlessly autofill the second factor field in login page. This would be facilitated through OTP generated by miniOrange Authenticator app. 
- The plug-in communicates securely with the miniOrange server to fetch the One Time Passcode when signing into an available application.                    

확장 프로그램 기본 정보

이름 miniOrange 2Factor Autofill miniOrange 2Factor Autofill
ID pbhonodandfkaiflohfgpaonaejionee
공식 URL https://chromewebstore.google.com/detail/miniorange-2factor-autofi/pbhonodandfkaiflohfgpaonaejionee
설명 Secure 2Factor autofill to any application
파일 크기 105 KB
설치 횟수 98
현재 버전 1.5
최근 업데이트 2015-07-28
출시 날짜 2015-07-28
평점 2.00/5 총 3 개의 평점
개발자 https://miniorange.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.miniorange.com/usecases/miniOrange_Privacy_Policy.pdf
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "miniOrange 2Factor Autofill",
    "version": "1.5",
    "manifest_version": 2,
    "description": "Secure 2Factor autofill to any application",
    "icons": {
        "32": "images\/icon32.png",
        "128": "images\/icon128.png"
    },
    "short_name": "2FA Plug-in",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/accounts.google.com\/*"
            ],
            "js": [
                "js\/jquery-1.9.1.js",
                "js\/gmail.js",
                "js\/common.js",
                "js\/gmail2.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.amazon.com\/ap\/signin?*"
            ],
            "js": [
                "js\/jquery-1.9.1.js",
                "js\/aws.js",
                "js\/common.js",
                "js\/aws2.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/dashboard.stripe.com\/login*"
            ],
            "js": [
                "js\/jquery-1.9.1.js",
                "js\/stripe.js",
                "js\/common.js",
                "js\/stripe2.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.cryptsy.com\/users\/*"
            ],
            "js": [
                "js\/jquery-1.9.1.js",
                "js\/cryptsy.js",
                "js\/common.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.evernote.com\/*"
            ],
            "js": [
                "js\/jquery-1.9.1.js",
                "js\/evernote.js",
                "js\/common.js",
                "js\/evernote.js",
                "js\/evernote2.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "js\/jquery-1.9.1.js",
                "js\/github.js",
                "js\/common.js",
                "js\/github2.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/localbitcoins.com\/*"
            ],
            "js": [
                "js\/jquery-1.9.1.js",
                "js\/localbitcoins.js",
                "js\/common.js",
                "js\/localbitcoins2.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.bitcoin.de\/*"
            ],
            "js": [
                "js\/jquery-1.9.1.js",
                "js\/bitcoinde.js",
                "js\/common.js",
                "js\/bitcoinde2.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/wordpress.com\/wp-login.php*"
            ],
            "js": [
                "js\/jquery-1.9.1.js",
                "js\/wordpress.js",
                "js\/common.js",
                "js\/wordpress2.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/login.eveonline.com\/Account\/*"
            ],
            "js": [
                "js\/jquery-1.9.1.js",
                "js\/eve.js",
                "js\/common.js",
                "js\/eve2.js"
            ],
            "run_at": "document_end"
        }
    ]
}