AutoPhil: Autofill + ChatGPT + OCR

Never copy and paste data again. Extract and autofill data from any PDF autofill it anywhere you need it.

AutoPhil: Autofill + ChatGPT + OCRคืออะไร?

AutoPhil: Autofill + ChatGPT + OCR เป็นส่วนขยายของ Chrome ที่พัฒนาโดย areibman และคุณลักษณะหลักของมันคือ "Never copy and paste data again. Extract and autofill data from any PDF autofill it anywhere you need it."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AutoPhil: Autofill + ChatGPT + OCR

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

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

                        Never copy ✂️ + paste 📋 data again with AutoPhil

Automate your data entry and form completion today with AI-powered autofill. Autofill data from any source to any webpage instantly.

AutoPhil works over 80% faster compared to traditional copy and paste.

Here are some ways to use AutoPhil:

🌟 Personal: Streamline travel bookings and account creation forms
🌟 Healthcare: Instantly scan, extract, and fill report data
🌟 Logistics: Instantly populate orders and documents
🌟 Finance: Accurate and efficient data management

Simply drag and drop your document and our extension automates online form-filling.

➤TLDR 📚 
Drag and drop your PDFs onto AutoPhill and automatically fill out any form on the web.
What will you do with 80% more time⌛?                    

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

ชื่อ AutoPhil: Autofill + ChatGPT + OCR AutoPhil: Autofill + ChatGPT + OCR
ID fmceajdookgglbnmeonlcedeoajmchpn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/autophil-autofill-+-chatg/fmceajdookgglbnmeonlcedeoajmchpn
คำอธิบาย Never copy and paste data again. Extract and autofill data from any PDF autofill it anywhere you need it.
ขนาดไฟล์ 2.13 MB
จำนวนการติดตั้ง 413
เวอร์ชันปัจจุบัน 2.1.1
อัปเดตครั้งล่าสุด 2023-05-30
วันที่เผยแพร่ 2020-07-18
คะแนน 4.67/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา areibman
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.stackmatic.ai
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Never copy and paste data again. Extract and autofill data from any PDF autofill it anywhere you need it.",
    "version": "2.1.1",
    "short_name": "AutoPhil",
    "name": "AutoPhil: Autofill + ChatGPT + OCR",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "open the popup",
        "default_icon": ".\/icon-128.png"
    },
    "icons": {
        "128": ".\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "docview.html"
    ]
}