Halist AI

Halist is a ChatGPT AI that augments your browsing. Get the AI to give you answers, respond to emails, create summaries and more.

¿Qué es Halist AI?

Halist AI es una extensión de Chrome desarrollada por https://halist.ai, y su función principal es "Halist is a ChatGPT AI that augments your browsing. Get the AI to give you answers, respond to emails, create summaries and more.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Halist AI

Descarga archivos de extensión Halist AI en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        USE HALIST AI TO

— Get answers to your questions quickly directly from the browser's toolbar
— Save time and boost productivity with AI-assisted email responses in Gmail
— Take your writing to the next level; simply right-click an editable input to have the AI write content for you
— Select text when browsing and right-click to summarize, respond or improve your grammar
— Built with ChatGPT API

PRIVACY AND SAFETY

— Halist is private, and no messages are stored on our servers
— Sign-in with Google is used for safe authentication 
— We partner with OpenAI to provide the core AI service

PRICING

— Free: $0/month, 50 usages per month
— Starter: $4/month, 300 usages per month
— Pro: $9/month, Unlimited usages per month                    

Información Básica de la Extensión

Nombre Halist AI Halist AI
ID fbpfkdadaghhgfcnaljbkjmfaaclohdb
URL Oficial https://chromewebstore.google.com/detail/halist-ai/fbpfkdadaghhgfcnaljbkjmfaaclohdb
Descripción Halist is a ChatGPT AI that augments your browsing. Get the AI to give you answers, respond to emails, create summaries and more.
Tamaño del Archivo 2.02 MB
Cantidad de Instalaciones 906
Versión Actual 2.7
Última Actualización 2023-05-03
Fecha de Publicación 2023-02-02
Calificación 5.00/5 Total de 7 Calificaciones
Desarrollador https://halist.ai
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://halist.ai/chrome
URL de la Página de Política de Privacidad https://halist.ai/privacy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Halist AI",
    "version": "2.7",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png",
        "256": "[email protected]",
        "512": "[email protected]"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.html?action=chat",
        "default_icon": "[email protected]"
    },
    "description": "Halist is a ChatGPT AI that augments your browsing. Get the AI to give you answers, respond to emails, create summaries and more.",
    "permissions": [
        "activeTab",
        "contextMenus",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "gmail_plugin\/content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/halist.ai\/logged_in*",
                "https:\/\/amix3k.loca.lt\/logged_in*"
            ],
            "js": [
                "logged_in.js"
            ],
            "run_at": "document_end"
        }
    ]
}