QR Hook Password Manager
QR Hook lets you hook into your browser and access your web accounts seamlessly from your mobile phone.
QR Hook Password Manager란 무엇입니까?
QR Hook Password Manager은(는) QR Hook에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "QR Hook lets you hook into your browser and access your web accounts seamlessly from your mobile phone."입니다.
확장 프로그램 스크린샷
QR Hook Password Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The QR Hook Password Manager extension seamlessly connects with the QR Hook Password Manager mobile app, allowing you to easily and conveniently login to your online accounts. The browser extension displays a QR Hook that you scan with your mobile app to make a secure connection. Once connected to the browser extension, you can remote control your browser and auto-login to your online accounts using your mobile phone. Please take a look at our YouTube video for further details about how this system works. https://www.youtube.com/watch?v=jhiac4SsXOQ Get QR Hook Password Manager for your Android phone here. https://play.google.com/store/apps/details?id=com.qrhook.qrhook For support contact [email protected]
확장 프로그램 기본 정보
이름 | QR Hook Password Manager |
ID | clhdbpkcmnkephjkhfmaafdjbbkbafmb |
공식 URL | https://chromewebstore.google.com/detail/qr-hook-password-manager/clhdbpkcmnkephjkhfmaafdjbbkbafmb |
설명 | QR Hook lets you hook into your browser and access your web accounts seamlessly from your mobile phone. |
파일 크기 | 168 KB |
설치 횟수 | 44 |
현재 버전 | 0.1.9 |
최근 업데이트 | 2016-05-15 |
출시 날짜 | 2016-05-15 |
평점 | 4.20/5 총 5 개의 평점 |
개발자 | QR Hook |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "browser_action": { "default_icon": { "48": "img\/qrhook48.png" }, "default_popup": "popup.html", "default_title": "QR Hook" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "QR Hook lets you hook into your browser and access your web accounts seamlessly from your mobile phone.", "background": { "scripts": [ "js\/jquery-1.9.0.min.js", "js\/socket.io.min.js", "js\/background.js" ], "persistent": true }, "name": "QR Hook Password Manager", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "unlimitedStorage" ], "icons": { "48": "img\/qrhook48.png", "128": "img\/qrhook128.png", "16": "img\/qrhook16.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "js\/jquery-1.9.0.min.js" ] } ], "manifest_version": 2, "content_security_policy": "script-src 'self' http:\/\/localhost:3000; object-src 'self'", "version": "0.1.9" } |