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はhttps://globalinput.co.ukによって開発されたChromeの拡張機能で、その主な機能は「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

Global Input App拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}