HyperWrite - AI Assistant

Personal Assistant by HyperWrite is the first AI agent that can operate your browser. It's like self-driving mode for the web.

Was ist HyperWrite - AI Assistant?

HyperWrite - AI Assistant ist eine Chrome-Erweiterung, die von https://hyperwriteai.com entwickelt wurde, und ihr Hauptmerkmal ist "Personal Assistant by HyperWrite is the first AI agent that can operate your browser. It's like self-driving mode for the web.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

HyperWrite - AI Assistant-Erweiterungs-CRX-Datei herunterladen

Laden Sie HyperWrite - AI Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Meet your AI-powered assistant for web browsing, content creation, online research, task automation, and more – all in one extension.

HyperWrite helps you get more done in less time by automating online tasks and turbocharging your productivity.

Your AI Personal Assistant can do anything a human can do online — just submit a request, then kick back and let the agent work its magic, hands-free.

Whether you’re conducting research, sales prospecting, working on social content, need support in your email inbox, or automating tasks, HyperWrite is equipped to handle it all.

HyperWrite leverages cutting-edge AI similar to ChatGPT and GPT-4, but goes beyond a simple chatbot. It’s a multifaceted tool designed for both everyday tasks and advanced work needs.

Personal Assistant: Handle your everyday tasks with ease. From managing your Gmail inbox to booking flights, ordering food, or finding candidates on LinkedIn, HyperWrite turns hours of tedious work into a single command.

AI Writing Assistant: Accelerate your writing process with HyperWrite’s AI. Draft professional emails, generate original content, and receive contextually-aware suggestions as you type. With HyperWrite’s advanced personalization, your content will always sound like you.

AI features are available on almost any site with HyperWrite, including Google Docs, Gmail, Outlook, Notion, and more. Install the HyperWrite Chrome Extension and access impressive AI features with just a click of a button on nearly any site.

HyperWrite is the ultimate tool for those who wish to streamline their online tasks and improve their writing, while staying ahead of the latest trends in AI and the future of work. It’s like having a personal assistant and professional writer by your side at all times.

Ready to transform the way you work and interact with the internet? Get started for free today!

Learn more: https://www.hyperwriteai.com/personal-assistant                    

Grundlegende Informationen zur Erweiterung

Name HyperWrite - AI Assistant HyperWrite - AI Assistant
ID kljjoeapehcmaphfcjkmbhkinoaopdnd
Offizielle URL https://chromewebstore.google.com/detail/hyperwrite-ai-assistant/kljjoeapehcmaphfcjkmbhkinoaopdnd
Beschreibung Personal Assistant by HyperWrite is the first AI agent that can operate your browser. It's like self-driving mode for the web.
Dateigröße 8.22 MB
Installationsanzahl 143,850
Aktuelle Version 3.1.34
Letztes Update 2024-02-21
Veröffentlichungsdatum 2022-01-05
Bewertung 4.38/5 Insgesamt 93 Bewertungen
Entwickler https://hyperwriteai.com
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://hyperwriteai.com
Hilfeseite URL https://app.hyperwriteai.com/support-FAQs
URL der Datenschutzrichtlinien-Seite https://app.hyperwriteai.com/privacy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Personal Assistant by HyperWrite is the first AI agent that can operate your browser. It's like self-driving mode for the web.",
    "version": "3.1.34",
    "manifest_version": 3,
    "name": "HyperWrite - AI Assistant",
    "author": "HyperWrite",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/document\/d\/*"
            ],
            "js": [
                "googleDocsUtil.bundle.js",
                "googleDocsInject.bundle.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/docs.google.com\/document\/*"
            ],
            "js": [
                "googleDocsCanvasInjector.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/app.hyperwriteai.com\/*",
                "https:\/\/hyperwriteai.com\/*",
                "http:\/\/localhost:3000\/*",
                "http:\/\/localhost:3001\/*"
            ],
            "all_frames": false,
            "js": [
                "extensionInstalled.bundle.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/auth.hyperwriteai.com\/*",
                "https:\/\/accounts.google.com\/*"
            ],
            "js": [
                "app.bundle.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "eventTrap.bundle.js"
            ],
            "all_frames": false
        }
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/app.hyperwriteai.com\/*",
            "https:\/\/hyperwriteai.com\/*",
            "http:\/\/localhost:3000\/*",
            "http:\/\/localhost:3001\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "content\/inject.js",
                "hyperlogo-public.png",
                "*.png",
                "*.svg",
                "*.gif",
                "*.woff",
                "*.tff",
                "content\/gDocsAnnotatedCanvas.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}