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.

什么是Halist AI?

Halist AI是由https://halist.ai开发的Chrome扩展程序,该扩展的主要功能是“Halist is a ChatGPT AI that augments your browsing. Get the AI to give you answers, respond to emails, create summaries and more.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Halist AI扩展crx文件

下载Halist AI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Halist AI Halist AI
ID fbpfkdadaghhgfcnaljbkjmfaaclohdb
官方URL https://chromewebstore.google.com/detail/halist-ai/fbpfkdadaghhgfcnaljbkjmfaaclohdb
简介 Halist is a ChatGPT AI that augments your browsing. Get the AI to give you answers, respond to emails, create summaries and more.
文件大小 2.02 MB
安装次数 906
当前版本 2.7
更新时间 2023-05-03
上架时间 2023-02-02
评分 5.00/5 共7次评分
开发者 https://halist.ai
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://halist.ai/chrome
隐私政策页面URL https://halist.ai/privacy
支持的语言 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"
        }
    ]
}