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.

Τι είναι το Global Input App;

Το Global Input App είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://globalinput.co.uk, και η κύρια λειτουργία του είναι "Use your mobile to operate on web pages in your computer browser to login, subscribe, encrypt, or control any element in the page.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Global Input App

Λήψη αρχείων επέκτασης Global Input App σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Global Input App Global Input App
ID hcklienddlealndjnakkagefaelhnjkp
Επίσημο URL https://chromewebstore.google.com/detail/global-input-app/hcklienddlealndjnakkagefaelhnjkp
Περιγραφή Use your mobile to operate on web pages in your computer browser to login, subscribe, encrypt, or control any element in the page.
Μέγεθος Αρχείου 1.32 MB
Αριθμός Εγκαταστάσεων 31
Τρέχουσα Έκδοση 3.1.3
Τελευταία Ενημέρωση 2021-02-01
Ημερομηνία Δημοσίευσης 2020-04-07
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://globalinput.co.uk
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://globalinput.co.uk
Διεύθυνση URL της Σελίδας Βοήθειας https://globalinput.co.uk/global-input-app/contact-us
URL της Σελίδας Πολιτικής Απορρήτου https://globalinput.co.uk/global-input-app/privacy
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}