EasyForm AutoFill

Auto fill in your form using your saved information

EasyForm AutoFillとは何ですか?

EasyForm AutoFillはGXによって開発されたChromeの拡張機能で、その主な機能は「Auto fill in your form using your saved information」です。

拡張機能のスクリーンショット

screenshot

EasyForm AutoFill拡張機能のCRXファイルをダウンロード

EasyForm AutoFill拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        You can save your form content by pressing "SAVE" button, and using "FILL IN" button to set the value you saved                    

拡張機能の基本情報

名前 EasyForm AutoFill EasyForm AutoFill
ID kamomdgnokpnbalmfgnmhbhkhkiihbbb
公式URL https://chromewebstore.google.com/detail/easyform-autofill/kamomdgnokpnbalmfgnmhbhkhkiihbbb
説明 Auto fill in your form using your saved information
ファイルサイズ 207 KB
インストール数 7,677
現在のバージョン 1.2.3
最終更新日 2023-12-07
公開日 2019-01-03
評価 3.35/5 合計 23 レビュー
開発者 GX
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "EasyForm AutoFill",
    "description": "Auto fill in your form using your saved information",
    "version": "1.2.3",
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "icons": {
        "48": ".\/icons\/icon-form48.png",
        "128": ".\/icons\/icon-form128.png"
    },
    "action": {
        "default_icon": {
            "48": ".\/icons\/icon-form48.png",
            "128": ".\/icons\/icon-form128.png"
        },
        "default_title": "EasyForm AutoFill",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    }
}