AI Employe

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

AI Employeとは何ですか?

AI Employeはhttps://aiemploye.comによって開発されたChromeの拡張機能で、その主な機能は「First reliable AI browser automation powered by GPT-4 Vision.」です。

拡張機能のスクリーンショット

screenshot
screenshot

AI Employe拡張機能のCRXファイルをダウンロード

AI Employe拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 AI Employe AI Employe
ID llhldanjhnmgkcplggpgjbopgcflnapg
公式URL https://chromewebstore.google.com/detail/ai-employe/llhldanjhnmgkcplggpgjbopgcflnapg
説明 First reliable AI browser automation powered by GPT-4 Vision.
ファイルサイズ 1.13 MB
インストール数 509
現在のバージョン 1.0.1
最終更新日 2023-12-21
公開日 2023-12-17
開発者 https://aiemploye.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://aiemploye.com
ヘルプページのURL https://aiemploye.com/#contact
プライバシーポリシーページのURL https://aiemploye.com/privacy
対応言語 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"
    }
}