Form Filler

Save your time by prefilling any form on the internet with your information.

Form Fillerとは何ですか?

Form Fillerはhttps://formfiller.ioによって開発されたChromeの拡張機能で、その主な機能は「Save your time by prefilling any form on the internet with your information.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Form Filler is a chrome extension that will automatically fill forms on websites. User will save their information (name, phone no, email, country etc.) by giving it a profile name. User can select any profile from a drop down and turn on the software.

If the software is turned on it will auto populate any form on the internet by matching form elements name, email phone etc. with saved forms data depending on which profile they have selected.                    

拡張機能の基本情報

名前 Form Filler Form Filler
ID kjhkojecdbddhfikjodhaoembdoalooc
公式URL https://chromewebstore.google.com/detail/form-filler/kjhkojecdbddhfikjodhaoembdoalooc
説明 Save your time by prefilling any form on the internet with your information.
ファイルサイズ 262 KB
インストール数 2,124
現在のバージョン 1.0.7
最終更新日 2024-02-07
公開日 2021-06-02
評価 2.38/5 合計 16 レビュー
開発者 https://formfiller.io
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://tier5.us/chrome_extension
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Form Filler",
    "description": "Save your time by prefilling any form on the internet with your information.",
    "version": "1.0.7",
    "action": {
        "default_popup": "login.html",
        "default_title": "Form Filler"
    },
    "icons": {
        "16": "images\/1622202076750-smallLogo.png",
        "48": "images\/1622202076821-mediumLogo.png",
        "128": "images\/1622202076874-largeLogo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery-3.6.0.min.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab"
    ],
    "short_name": "FF"
}