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 là gì?

Halist AI là một tiện ích mở rộng Chrome được phát triển bởi https://halist.ai, và tính năng chính của nó là "Halist is a ChatGPT AI that augments your browsing. Get the AI to give you answers, respond to emails, create summaries and more.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Halist AI

Tải xuống các tệp mở rộng Halist AI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Halist AI Halist AI
ID fbpfkdadaghhgfcnaljbkjmfaaclohdb
URL Chính Thức https://chromewebstore.google.com/detail/halist-ai/fbpfkdadaghhgfcnaljbkjmfaaclohdb
Mô tả Halist is a ChatGPT AI that augments your browsing. Get the AI to give you answers, respond to emails, create summaries and more.
Kích Thước Tệp 2.02 MB
Số Lần Cài Đặt 906
Phiên Bản Hiện Tại 2.7
Cập Nhật Lần Cuối 2023-05-03
Ngày Phát Hành 2023-02-02
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://halist.ai
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://halist.ai/chrome
URL Trang Chính Sách Bảo Mật https://halist.ai/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}