QR SHARE

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

Qu'est-ce que QR SHARE ?

QR SHARE est une extension Chrome développée par https://aiesys.blogspot.com, et sa fonction principale est "The user helper program to load a website directly from browser to mobile using QR Code".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension QR SHARE

Téléchargez les fichiers d'extension QR SHARE au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom QR SHARE QR SHARE
ID djkhkcefpahcaaedbaknfbcflpkkhcnj
URL Officiel https://chromewebstore.google.com/detail/qr-share/djkhkcefpahcaaedbaknfbcflpkkhcnj
Description The user helper program to load a website directly from browser to mobile using QR Code
Taille du Fichier 39.91 KB
Nombre d'Installations 103
Version Actuelle 1.0
Dernière Mise à Jour 2017-07-01
Date de Publication 2017-07-01
Évaluation 1.00/5 Total 1 Évaluations
Développeur https://aiesys.blogspot.com
Type de Paiement free
Langues Prises en Charge 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\/"
    ]
}