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文件
下载QR Hook Password Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } |