Global Input App

Use your mobile to operate on web pages in your computer browser to login, subscribe, encrypt, or control any element in the page.

Cos'è Global Input App?

Global Input App è un'estensione di Chrome sviluppata da https://globalinput.co.uk, e la sua funzione principale è "Use your mobile to operate on web pages in your computer browser to login, subscribe, encrypt, or control any element in the page.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Global Input App

Scarica i file di estensione Global Input App 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

                        This extension allows you to use your mobile to operate on web pages in your computer browser so you can login, subscribe, or control any element in the page. You can specify rules to identify the elements in the page that you want to control or interact with using your mobile device. You can store your personal information securely in your mobile secure storage and push them to your computer when required using end-to-end encryption facilitated with Encrypted QR codes. You can encrypt content using your mobile devices and send the encrypted content over to web storages that can only be encrypted when sent over to your mobile app. You are certainly welcome to download its source code and include it directly in your software applications to achieve direct mobile interoperability.                    

Informazioni di Base sull'Estensione

Nome Global Input App Global Input App
ID hcklienddlealndjnakkagefaelhnjkp
URL Ufficiale https://chromewebstore.google.com/detail/global-input-app/hcklienddlealndjnakkagefaelhnjkp
Descrizione Use your mobile to operate on web pages in your computer browser to login, subscribe, encrypt, or control any element in the page.
Dimensione del File 1.32 MB
Conteggio Installazioni 31
Versione Corrente 3.1.3
Ultimo Aggiornamento 2021-02-01
Data di Pubblicazione 2020-04-07
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://globalinput.co.uk
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://globalinput.co.uk
URL della Pagina di Aiuto https://globalinput.co.uk/global-input-app/contact-us
URL della Pagina della Politica sulla Privacy https://globalinput.co.uk/global-input-app/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Global Input App",
    "icons": {
        "128": "images\/globalInput128.png",
        "48": "images\/globalInput48.png",
        "32": "images\/globalInput32.png",
        "24": "images\/globalInput24.png",
        "16": "images\/globalInput16.png"
    },
    "version": "3.1.3",
    "manifest_version": 2,
    "description": "Use your mobile to operate on web pages in your computer browser to login, subscribe, encrypt, or control any element in the page.",
    "homepage_url": "https:\/\/globalinput.co.uk\/",
    "browser_action": {
        "default_icon": {
            "128": "images\/globalInput128.png",
            "48": "images\/globalInput48.png",
            "32": "images\/globalInput32.png",
            "24": "images\/globalInput24.png",
            "16": "images\/globalInput16.png"
        },
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}