AI Employe

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

¿Qué es AI Employe?

AI Employe es una extensión de Chrome desarrollada por https://aiemploye.com, y su función principal es "First reliable AI browser automation powered by GPT-4 Vision.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión AI Employe

Descarga archivos de extensión AI Employe en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre AI Employe AI Employe
ID llhldanjhnmgkcplggpgjbopgcflnapg
URL Oficial https://chromewebstore.google.com/detail/ai-employe/llhldanjhnmgkcplggpgjbopgcflnapg
Descripción First reliable AI browser automation powered by GPT-4 Vision.
Tamaño del Archivo 1.13 MB
Cantidad de Instalaciones 509
Versión Actual 1.0.1
Última Actualización 2023-12-21
Fecha de Publicación 2023-12-17
Desarrollador https://aiemploye.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://aiemploye.com
URL de la Página de Ayuda https://aiemploye.com/#contact
URL de la Página de Política de Privacidad https://aiemploye.com/privacy
Idiomas Soportados 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"
    }
}