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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Halist is a ChatGPT AI that augments your browsing. Get the AI to give you answers, respond to emails, create summaries and more."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Halist AI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" } ] } |