QR SHARE

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

Co to jest QR SHARE?

QR SHARE to rozszerzenie Chrome opracowane przez https://aiesys.blogspot.com, a jego główną funkcją jest „The user helper program to load a website directly from browser to mobile using QR Code”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia QR SHARE

Pobierz pliki rozszerzeń QR SHARE w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa QR SHARE QR SHARE
ID djkhkcefpahcaaedbaknfbcflpkkhcnj
Oficjalny URL https://chromewebstore.google.com/detail/qr-share/djkhkcefpahcaaedbaknfbcflpkkhcnj
Opis The user helper program to load a website directly from browser to mobile using QR Code
Rozmiar pliku 39.91 KB
Liczba instalacji 103
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-07-01
Data Publikacji 2017-07-01
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper https://aiesys.blogspot.com
Typ Płatności free
Obsługiwane Języki 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\/"
    ]
}