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.

Co je HyperWrite - AI Assistant?

HyperWrite - AI Assistant je rozšíření Chrome vyvinuté https://hyperwriteai.com, a jeho hlavní funkcí je „Personal Assistant by HyperWrite is the first AI agent that can operate your browser. It's like self-driving mode for the web.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření HyperWrite - AI Assistant

Stáhněte si soubory rozšíření HyperWrite - AI Assistant ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název HyperWrite - AI Assistant HyperWrite - AI Assistant
ID kljjoeapehcmaphfcjkmbhkinoaopdnd
Oficiální URL https://chromewebstore.google.com/detail/hyperwrite-ai-assistant/kljjoeapehcmaphfcjkmbhkinoaopdnd
Popis Personal Assistant by HyperWrite is the first AI agent that can operate your browser. It's like self-driving mode for the web.
Velikost souboru 8.22 MB
Počet instalací 143,850
Aktuální Verze 3.1.34
Poslední Aktualizace 2024-02-21
Datum Vydání 2022-01-05
Hodnocení 4.38/5 Celkem 93 Hodnocení
Vývojář https://hyperwriteai.com
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://hyperwriteai.com
URL Stránky Nápovědy https://app.hyperwriteai.com/support-FAQs
URL Stránky Zásad Ochrany Soukromí https://app.hyperwriteai.com/privacy
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}