AI Employe

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

Co to jest AI Employe?

AI Employe to rozszerzenie Chrome opracowane przez https://aiemploye.com, a jego główną funkcją jest „First reliable AI browser automation powered by GPT-4 Vision.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia AI Employe

Pobierz pliki rozszerzeń AI Employe w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa AI Employe AI Employe
ID llhldanjhnmgkcplggpgjbopgcflnapg
Oficjalny URL https://chromewebstore.google.com/detail/ai-employe/llhldanjhnmgkcplggpgjbopgcflnapg
Opis First reliable AI browser automation powered by GPT-4 Vision.
Rozmiar pliku 1.13 MB
Liczba instalacji 509
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2023-12-21
Data Publikacji 2023-12-17
Deweloper https://aiemploye.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://aiemploye.com
Adres URL Strony Pomocy https://aiemploye.com/#contact
Adres URL Strony Polityki Prywatności https://aiemploye.com/privacy
Obsługiwane Języki 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"
    }
}