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은(는) areibman에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Never copy and paste data again. Extract and autofill data from any PDF autofill it anywhere you need it."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

AutoPhil: Autofill + ChatGPT + OCR 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}