AutoPhil: Autofill + ChatGPT + OCR

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

O que é AutoPhil: Autofill + ChatGPT + OCR?

AutoPhil: Autofill + ChatGPT + OCR é uma extensão do Chrome desenvolvida por areibman, e sua principal característica é "Never copy and paste data again. Extract and autofill data from any PDF autofill it anywhere you need it.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão AutoPhil: Autofill + ChatGPT + OCR

Baixe arquivos de extensão AutoPhil: Autofill + ChatGPT + OCR no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome AutoPhil: Autofill + ChatGPT + OCR AutoPhil: Autofill + ChatGPT + OCR
ID fmceajdookgglbnmeonlcedeoajmchpn
URL Oficial https://chromewebstore.google.com/detail/autophil-autofill-+-chatg/fmceajdookgglbnmeonlcedeoajmchpn
Descrição Never copy and paste data again. Extract and autofill data from any PDF autofill it anywhere you need it.
Tamanho do Arquivo 2.13 MB
Contagem de Instalações 413
Versão Atual 2.1.1
Última Atualização 2023-05-30
Data de Publicação 2020-07-18
Classificação 4.67/5 Total de 12 Avaliações
Desenvolvedor areibman
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.stackmatic.ai
Idiomas Suportados 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"
    ]
}