AI Employe

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

AI Employeคืออะไร?

AI Employe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://aiemploye.com และคุณลักษณะหลักของมันคือ "First reliable AI browser automation powered by GPT-4 Vision."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AI Employe

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}