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文件

下載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
官方網址 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"
    ]
}