QR SHARE

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

O que é QR SHARE?

QR SHARE é uma extensão do Chrome desenvolvida por https://aiesys.blogspot.com, e sua principal característica é "The user helper program to load a website directly from browser to mobile using QR Code".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão QR SHARE

Baixe arquivos de extensão QR SHARE no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome QR SHARE QR SHARE
ID djkhkcefpahcaaedbaknfbcflpkkhcnj
URL Oficial https://chromewebstore.google.com/detail/qr-share/djkhkcefpahcaaedbaknfbcflpkkhcnj
Descrição The user helper program to load a website directly from browser to mobile using QR Code
Tamanho do Arquivo 39.91 KB
Contagem de Instalações 103
Versão Atual 1.0
Última Atualização 2017-07-01
Data de Publicação 2017-07-01
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor https://aiesys.blogspot.com
Tipo de Pagamento free
Idiomas Suportados 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\/"
    ]
}