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.

Qu'est-ce que Global Input App ?

Global Input App est une extension Chrome développée par https://globalinput.co.uk, et sa fonction principale est "Use your mobile to operate on web pages in your computer browser to login, subscribe, encrypt, or control any element in the page.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Global Input App

Téléchargez les fichiers d'extension Global Input App 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

                        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.                    

Informations de Base sur l'Extension

Nom Global Input App Global Input App
ID hcklienddlealndjnakkagefaelhnjkp
URL Officiel https://chromewebstore.google.com/detail/global-input-app/hcklienddlealndjnakkagefaelhnjkp
Description Use your mobile to operate on web pages in your computer browser to login, subscribe, encrypt, or control any element in the page.
Taille du Fichier 1.32 MB
Nombre d'Installations 31
Version Actuelle 3.1.3
Dernière Mise à Jour 2021-02-01
Date de Publication 2020-04-07
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://globalinput.co.uk
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://globalinput.co.uk
URL de la Page d'Aide https://globalinput.co.uk/global-input-app/contact-us
URL de la Page de Politique de Confidentialité https://globalinput.co.uk/global-input-app/privacy
Langues Prises en Charge 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"
            ]
        }
    ]
}