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.

Apa itu HyperWrite - AI Assistant?

HyperWrite - AI Assistant adalah ekstensi Chrome yang dikembangkan oleh https://hyperwriteai.com, dan fitur utamanya adalah "Personal Assistant by HyperWrite is the first AI agent that can operate your browser. It's like self-driving mode for the web.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi HyperWrite - AI Assistant

Unduh file ekstensi HyperWrite - AI Assistant dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama HyperWrite - AI Assistant HyperWrite - AI Assistant
ID kljjoeapehcmaphfcjkmbhkinoaopdnd
URL Resmi https://chromewebstore.google.com/detail/hyperwrite-ai-assistant/kljjoeapehcmaphfcjkmbhkinoaopdnd
Deskripsi Personal Assistant by HyperWrite is the first AI agent that can operate your browser. It's like self-driving mode for the web.
Ukuran File 8.22 MB
Jumlah Instalasi 143,850
Versi Saat Ini 3.1.34
Terakhir Diperbarui 2024-02-21
Tanggal Publikasi 2022-01-05
Penilaian 4.38/5 Total 93 Penilaian
Pengembang https://hyperwriteai.com
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://hyperwriteai.com
URL Halaman Bantuan https://app.hyperwriteai.com/support-FAQs
URL Halaman Kebijakan Privasi https://app.hyperwriteai.com/privacy
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}