MotionKey

This is a website login information management service provided by Superbly.

MotionKey란 무엇입니까?

MotionKey은(는) https://motionkey.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is a website login information management service provided by Superbly."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        흔들고 기울이기만 하면 간편하게 로그인 하실 수 있습니다. 
휴대폰 탑재 센서를 활용해 모션으로 인증하는 신개념 인증서비스입니다.

기억은 모션키에 맡기고, 흔들기만 하세요! 

1. 아이디와 비밀번호를 휴대폰에 반절, 서버에 반절 분산해 저장하므로 안전합니다.
2. 사용하는 사이트의 아이디와 비밀번호를 자동으로 입력해 로그인해 줍니다.
3.백업기능으로 휴대폰이 바뀌어도 안심!
4.지금까지 이런 어플은 없었다. 모션(흔들기, 기울이기)으로 인증!                    

확장 프로그램 기본 정보

이름 MotionKey MotionKey
ID jfoaibbgcmgnjdiepjpbmgffccdomlkb
공식 URL https://chromewebstore.google.com/detail/motionkey/jfoaibbgcmgnjdiepjpbmgffccdomlkb
설명 This is a website login information management service provided by Superbly.
파일 크기 36.66 KB
설치 횟수 76
현재 버전 1.3.6
최근 업데이트 2022-02-04
출시 날짜 2020-02-16
평점 4.50/5 총 2 개의 평점
개발자 https://motionkey.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://motionkey.net
도움말 페이지 URL http://motionkey.net
개인정보 보호 정책 페이지 URL http://motionkey.net/private_terms.html
지원되는 언어 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MotionKey",
    "description": "This is a website login information management service provided by Superbly.",
    "version": "1.3.6",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "browsingData",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/svc.motionkey.net\/"
    ],
    "icons": {
        "16": "motionkey_icon16.png",
        "32": "motionkey_icon32.png",
        "48": "motionkey_icon48.png",
        "128": "motionkey_icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "addBtn.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "addBtn.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/svc.motionkey.net; object-src 'self'"
}