Form Filler

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

Form Fillerคืออะไร?

Form Filler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://formfiller.io และคุณลักษณะหลักของมันคือ "Save your time by prefilling any form on the internet with your information."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Form Filler

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}