AI Employe

First reliable AI browser automation powered by GPT-4 Vision.

什么是AI Employe?

AI Employe是由https://aiemploye.com开发的Chrome扩展程序,该扩展的主要功能是“First reliable AI browser automation powered by GPT-4 Vision.”。

扩展截图

screenshot
screenshot

下载AI Employe扩展crx文件

下载AI Employe扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        AI employee is a straightforward, user-friendly AI-first RPA Chrome extension that functions as a virtual assistant directly within your internet browser. Our product, AI Employee, enables users to automate repetitive online tasks, much like teaching new interns to perform them.

For instance, individuals working in supply chain management often find themselves manually copying details from purchase order PDFs to their company's ERP system—a tedious task. Once you demonstrate the process to the AI Employee and initiate it, the extension replicates the user's actions by extracting data points from the PDF and completing the form within the ERP system in one seamless sequence, controlling the browser.                    

扩展基本信息

名称 AI Employe AI Employe
ID llhldanjhnmgkcplggpgjbopgcflnapg
官方URL https://chromewebstore.google.com/detail/ai-employe/llhldanjhnmgkcplggpgjbopgcflnapg
简介 First reliable AI browser automation powered by GPT-4 Vision.
文件大小 1.13 MB
安装次数 509
当前版本 1.0.1
更新时间 2023-12-21
上架时间 2023-12-17
开发者 https://aiemploye.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://aiemploye.com
帮助页面URL https://aiemploye.com/#contact
隐私政策页面URL https://aiemploye.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AI Employe",
    "description": "First reliable AI browser automation powered by GPT-4 Vision.",
    "version": "1.0.1",
    "background": {
        "service_worker": "worker.js"
    },
    "host_permissions": [
        ""
    ],
    "action": [],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab",
        "scripting",
        "sidePanel",
        "storage",
        "debugger"
    ],
    "side_panel": {
        "default_path": "ui.html"
    }
}