QR SHARE

The user helper program to load a website directly from browser to mobile using QR Code

QR SHARE là gì?

QR SHARE là một tiện ích mở rộng Chrome được phát triển bởi https://aiesys.blogspot.com, và tính năng chính của nó là "The user helper program to load a website directly from browser to mobile using QR Code".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng QR SHARE 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

                        QR Share is a programme which can be used to share the url of the website with the mobile device using QR Code. You can just use any QR Code scanner to get the link. We use google API to generate QR Code. Get your website on your mobile device in the fastest way possible.                    

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

Tên QR SHARE QR SHARE
ID djkhkcefpahcaaedbaknfbcflpkkhcnj
URL Chính Thức https://chromewebstore.google.com/detail/qr-share/djkhkcefpahcaaedbaknfbcflpkkhcnj
Mô tả The user helper program to load a website directly from browser to mobile using QR Code
Kích Thước Tệp 39.91 KB
Số Lần Cài Đặt 103
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-07-01
Ngày Phát Hành 2017-07-01
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://aiesys.blogspot.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR SHARE",
    "description": "The user helper program to load a website directly from browser to mobile using QR Code",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}