AI Employe

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

Cos'è AI Employe?

AI Employe è un'estensione di Chrome sviluppata da https://aiemploye.com, e la sua funzione principale è "First reliable AI browser automation powered by GPT-4 Vision.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione AI Employe

Scarica i file di estensione AI Employe in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome AI Employe AI Employe
ID llhldanjhnmgkcplggpgjbopgcflnapg
URL Ufficiale https://chromewebstore.google.com/detail/ai-employe/llhldanjhnmgkcplggpgjbopgcflnapg
Descrizione First reliable AI browser automation powered by GPT-4 Vision.
Dimensione del File 1.13 MB
Conteggio Installazioni 509
Versione Corrente 1.0.1
Ultimo Aggiornamento 2023-12-21
Data di Pubblicazione 2023-12-17
Sviluppatore https://aiemploye.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://aiemploye.com
URL della Pagina di Aiuto https://aiemploye.com/#contact
URL della Pagina della Politica sulla Privacy https://aiemploye.com/privacy
Lingue Supportate 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"
    }
}