formix AI

formix AI-powered form completion

formix AIคืออะไร?

formix AI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Amre และคุณลักษณะหลักของมันคือ "formix AI-powered form completion"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย formix AI ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The AI-Assisted Form Filler offers a revolutionary way to complete online forms such as job applications, classifieds, and test data, all with just a single click. It provides three convenient methods for users:

Document Upload: Users can upload relevant documents, and the AI will extract the necessary information to auto-fill the form fields. For example, in a job application, uploading a resume will enable the AI to populate fields related to work history and education.

Text Input: For those who prefer manual entry, users can type in the required details, and the AI will organize this information into the correct sections of the form. This method is ideal when specific, detailed information needs to be provided.

"Selling iPhone 14 Pro with 128 GB for £800. My name is Peter Pan."

Instruction-Based: Users can simply instruct the AI about the information to be filled in, and the AI will handle the rest. For instance, when creating a classified ad for selling a vehicle, providing details like the make, model, and price will prompt the AI to correctly complete the form.

Example: "Fill in the form with random data for a person from Star Wars".

Please note The current beta version of this tool primarily supports only text fields. However, we are actively working on developing improved versions that will accommodate a wider range of input fields, enhancing the tool's versatility and user experience.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ formix AI formix AI
ID hhpgihahikeplfhhclckonipbdbdcgmo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/formix-ai/hhpgihahikeplfhhclckonipbdbdcgmo
คำอธิบาย formix AI-powered form completion
ขนาดไฟล์ 2.13 MB
จำนวนการติดตั้ง 37
เวอร์ชันปัจจุบัน 1.39
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2024-02-06
ผู้พัฒนา Amre
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.formix.ai
URL หน้าช่วยเหลือ https://www.formix.ai
URL หน้านโยบายความเป็นส่วนตัว https://www.formix.ai/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "formix AI",
    "version": "1.39",
    "description": "formix AI-powered form completion",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "notifications",
        "downloads"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pdf.worker.min.js",
                "iframe.html",
                "popup_new.html",
                "scanner.gif"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_width": 600,
        "default_height": 400,
        "default_icon": {
            "16": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "libs\/jquery-3.1.1.min.js",
                "libs\/jquery-ui.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}