AI Employe

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

AI Employe क्या है?

AI Employe https://aiemploye.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "First reliable AI browser automation powered by GPT-4 Vision."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AI Employe एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    }
}