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.

Hvad er HyperWrite - AI Assistant?

HyperWrite - AI Assistant er en Chrome-udvidelse udviklet af https://hyperwriteai.com, og dens hovedfunktion er "Personal Assistant by HyperWrite is the first AI agent that can operate your browser. It's like self-driving mode for the web.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download HyperWrite - AI Assistant-udvidelses-CRX-fil

Download HyperWrite - AI Assistant-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn HyperWrite - AI Assistant HyperWrite - AI Assistant
ID kljjoeapehcmaphfcjkmbhkinoaopdnd
Officiel URL https://chromewebstore.google.com/detail/hyperwrite-ai-assistant/kljjoeapehcmaphfcjkmbhkinoaopdnd
Beskrivelse Personal Assistant by HyperWrite is the first AI agent that can operate your browser. It's like self-driving mode for the web.
Filstørrelse 8.22 MB
Antal Installationer 143,850
Nuværende Version 3.1.34
Senest Opdateret 2024-02-21
Udgivelsesdato 2022-01-05
Bedømmelse 4.38/5 Samlet 93 Bedømmelser
Udvikler https://hyperwriteai.com
E-mail [email protected]
Betalingsmetode in_app
Udvidelseswebsted https://hyperwriteai.com
Hjælpeside-URL https://app.hyperwriteai.com/support-FAQs
URL til Fortrolighedspolitik Side https://app.hyperwriteai.com/privacy
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}