MotionKey
This is a website login information management service provided by Superbly.
MotionKeyคืออะไร?
MotionKey เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://motionkey.net และคุณลักษณะหลักของมันคือ "This is a website login information management service provided by Superbly."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MotionKey
ดาวน์โหลดไฟล์ส่วนขยาย MotionKey ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
흔들고 기울이기만 하면 간편하게 로그인 하실 수 있습니다. 휴대폰 탑재 센서를 활용해 모션으로 인증하는 신개념 인증서비스입니다. 기억은 모션키에 맡기고, 흔들기만 하세요! 1. 아이디와 비밀번호를 휴대폰에 반절, 서버에 반절 분산해 저장하므로 안전합니다. 2. 사용하는 사이트의 아이디와 비밀번호를 자동으로 입력해 로그인해 줍니다. 3.백업기능으로 휴대폰이 바뀌어도 안심! 4.지금까지 이런 어플은 없었다. 모션(흔들기, 기울이기)으로 인증!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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'" } |