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
官方網址 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"
            ]
        }
    ]
}