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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://aiemploye.com/#contact
عنوان صفحة سياسة الخصوصية 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"
    }
}