QR SHARE
The user helper program to load a website directly from browser to mobile using QR Code
Wat is QR SHARE?
QR SHARE is een Chrome-extensie ontwikkeld door https://aiesys.blogspot.com, en de belangrijkste functie is "The user helper program to load a website directly from browser to mobile using QR Code".
Extensie Screenshots
Download het CRX-bestand van de extensie QR SHARE
Download QR SHARE-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | QR SHARE |
ID | djkhkcefpahcaaedbaknfbcflpkkhcnj |
Officiële URL | https://chromewebstore.google.com/detail/qr-share/djkhkcefpahcaaedbaknfbcflpkkhcnj |
Beschrijving | The user helper program to load a website directly from browser to mobile using QR Code |
Bestandsgrootte | 39.91 KB |
Aantal Installaties | 103 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-07-01 |
Publicatiedatum | 2017-07-01 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://aiesys.blogspot.com |
Betalingswijze | free |
Ondersteunde Talen | 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\/" ] } |