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 là gì?

QR Hook Password Manager là một tiện ích mở rộng Chrome được phát triển bởi QR Hook, và tính năng chính của nó là "QR Hook lets you hook into your browser and access your web accounts seamlessly from your mobile phone.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng QR Hook Password Manager

Tải xuống các tệp mở rộng QR Hook Password Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên QR Hook Password Manager QR Hook Password Manager
ID clhdbpkcmnkephjkhfmaafdjbbkbafmb
URL Chính Thức https://chromewebstore.google.com/detail/qr-hook-password-manager/clhdbpkcmnkephjkhfmaafdjbbkbafmb
Mô tả QR Hook lets you hook into your browser and access your web accounts seamlessly from your mobile phone.
Kích Thước Tệp 168 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 0.1.9
Cập Nhật Lần Cuối 2016-05-15
Ngày Phát Hành 2016-05-15
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển QR Hook
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}