QR SHARE

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

Cos'è QR SHARE?

QR SHARE è un'estensione di Chrome sviluppata da https://aiesys.blogspot.com, e la sua funzione principale è "The user helper program to load a website directly from browser to mobile using QR Code".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione QR SHARE

Scarica i file di estensione QR SHARE in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome QR SHARE QR SHARE
ID djkhkcefpahcaaedbaknfbcflpkkhcnj
URL Ufficiale https://chromewebstore.google.com/detail/qr-share/djkhkcefpahcaaedbaknfbcflpkkhcnj
Descrizione The user helper program to load a website directly from browser to mobile using QR Code
Dimensione del File 39.91 KB
Conteggio Installazioni 103
Versione Corrente 1.0
Ultimo Aggiornamento 2017-07-01
Data di Pubblicazione 2017-07-01
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore https://aiesys.blogspot.com
Tipo di Pagamento free
Lingue Supportate 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\/"
    ]
}