AutoPhil: Autofill + ChatGPT + OCR

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

Was ist AutoPhil: Autofill + ChatGPT + OCR?

AutoPhil: Autofill + ChatGPT + OCR ist eine Chrome-Erweiterung, die von areibman entwickelt wurde, und ihr Hauptmerkmal ist "Never copy and paste data again. Extract and autofill data from any PDF autofill it anywhere you need it.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

AutoPhil: Autofill + ChatGPT + OCR-Erweiterungs-CRX-Datei herunterladen

Laden Sie AutoPhil: Autofill + ChatGPT + OCR-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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⌛?                    

Grundlegende Informationen zur Erweiterung

Name AutoPhil: Autofill + ChatGPT + OCR AutoPhil: Autofill + ChatGPT + OCR
ID fmceajdookgglbnmeonlcedeoajmchpn
Offizielle URL https://chromewebstore.google.com/detail/autophil-autofill-+-chatg/fmceajdookgglbnmeonlcedeoajmchpn
Beschreibung Never copy and paste data again. Extract and autofill data from any PDF autofill it anywhere you need it.
Dateigröße 2.13 MB
Installationsanzahl 413
Aktuelle Version 2.1.1
Letztes Update 2023-05-30
Veröffentlichungsdatum 2020-07-18
Bewertung 4.67/5 Insgesamt 12 Bewertungen
Entwickler areibman
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.stackmatic.ai
Unterstützte Sprachen 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"
    ]
}