AI Employe

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

AI Employe là gì?

AI Employe là một tiện ích mở rộng Chrome được phát triển bởi https://aiemploye.com, và tính năng chính của nó là "First reliable AI browser automation powered by GPT-4 Vision.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AI Employe

Tải xuống các tệp mở rộng AI Employe dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AI Employe AI Employe
ID llhldanjhnmgkcplggpgjbopgcflnapg
URL Chính Thức https://chromewebstore.google.com/detail/ai-employe/llhldanjhnmgkcplggpgjbopgcflnapg
Mô tả First reliable AI browser automation powered by GPT-4 Vision.
Kích Thước Tệp 1.13 MB
Số Lần Cài Đặt 509
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-12-21
Ngày Phát Hành 2023-12-17
Nhà Phát Triển https://aiemploye.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://aiemploye.com
URL Trang Trợ Giúp https://aiemploye.com/#contact
URL Trang Chính Sách Bảo Mật https://aiemploye.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}