AI Employe

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

O que é AI Employe?

AI Employe é uma extensão do Chrome desenvolvida por https://aiemploye.com, e sua principal característica é "First reliable AI browser automation powered by GPT-4 Vision.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão AI Employe

Baixe arquivos de extensão AI Employe no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome AI Employe AI Employe
ID llhldanjhnmgkcplggpgjbopgcflnapg
URL Oficial https://chromewebstore.google.com/detail/ai-employe/llhldanjhnmgkcplggpgjbopgcflnapg
Descrição First reliable AI browser automation powered by GPT-4 Vision.
Tamanho do Arquivo 1.13 MB
Contagem de Instalações 509
Versão Atual 1.0.1
Última Atualização 2023-12-21
Data de Publicação 2023-12-17
Desenvolvedor https://aiemploye.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://aiemploye.com
URL da Página de Ajuda https://aiemploye.com/#contact
URL da Página de Política de Privacidade https://aiemploye.com/privacy
Idiomas Suportados 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"
    }
}