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
官方網址 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
電子郵箱 [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"
}