AI Employe

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

Was ist AI Employe?

AI Employe ist eine Chrome-Erweiterung, die von https://aiemploye.com entwickelt wurde, und ihr Hauptmerkmal ist "First reliable AI browser automation powered by GPT-4 Vision.".

Erweiterungsscreenshots

screenshot
screenshot

AI Employe-Erweiterungs-CRX-Datei herunterladen

Laden Sie AI Employe-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name AI Employe AI Employe
ID llhldanjhnmgkcplggpgjbopgcflnapg
Offizielle URL https://chromewebstore.google.com/detail/ai-employe/llhldanjhnmgkcplggpgjbopgcflnapg
Beschreibung First reliable AI browser automation powered by GPT-4 Vision.
Dateigröße 1.13 MB
Installationsanzahl 509
Aktuelle Version 1.0.1
Letztes Update 2023-12-21
Veröffentlichungsdatum 2023-12-17
Entwickler https://aiemploye.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://aiemploye.com
Hilfeseite URL https://aiemploye.com/#contact
URL der Datenschutzrichtlinien-Seite https://aiemploye.com/privacy
Unterstützte Sprachen 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"
    }
}