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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } ] } |