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