ZhiNang.ai - AI assistant from anypage
ChatGPT anywhere on anytime in anypage now
Wat is ZhiNang.ai - AI assistant from anypage?
ZhiNang.ai - AI assistant from anypage is een Chrome-extensie ontwikkeld door https://gptnow.pro, en de belangrijkste functie is "ChatGPT anywhere on anytime in anypage now".
Extensie Screenshots
Download het CRX-bestand van de extensie ZhiNang.ai - AI assistant from anypage
Download ZhiNang.ai - AI assistant from anypage-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
# 👋 Hi, I am Think Tank AI zhinang.ai 🌐 https://zhinang.ai ### Hello ZhiNang.ai "Think Tank" is an AI tool product based on ChatGPT, which is free/smart/convenient. Here you can hire a variety of free "brain tanks" for conversations, create and share "brain tanks" yourself, share interesting and useful conversations, etc. Start a conversation with the "Think Tank": https://zhinang.ai/chat ### What is a "brain tank" The name of the think tank comes from the pronunciation of the domain name GPTNow.im at the beginning of this product, GPTNow -> think tank, and it also means that the AI think tank solves doubts for human beings. In ZhiNang.ai, you can understand that the "brain tank" is a robot with some built-in knowledge and skills of its own, which can quickly answer specific questions for you, complete specific tasks, and even guide you to complete certain tasks. ### Plugins It is strongly recommended to install a browser plug-in to summon the "Think Tank" anytime, anywhere ### basic skills 1. Whether it is a plug-in or a website, it supports free ChatGPT chat, no apikey or payment is required. 2. Chat consumes $GPTCoin, a kind of credit inside this product, and each conversation will consume one $GPTCoin. 3. You can get $GPTCoin for free through various methods such as registration, invitation, and daily login, or you can directly purchase a certain amount of $GPTCoin through payment. ### Site Features 1. Dialogue. Visit https://zhinang.ai on a PC or mobile phone to start dialogues with various think tanks, and quickly switch between think tanks that need to talk. 2. Think tanks. Quickly browse the built-in think tanks of the system, you can also browse the think tanks created by community users, and popular think tanks, etc. At the same time, you can also create your own think tanks for your own use or share with others. 3. Square. Users can open and share a conversation with others at any time on the conversation interface, and these conversations will also be displayed in the square, and other people can see interesting conversations in the community. ### Plugin Functions > For some functions, the plug-in will lag behind the website release. Core functions: 1. Arouse the exchange anytime, anywhere. After installing this plug-in, you can open the dialog box through the breathing ball in the lower right corner of the page when browsing any website, and chat with ChatGPT freely. 2. To evoke the words, on any page, after selecting the text, a floating layer will appear, quickly displaying the think tank that can be called, and quickly evoke the dialogue. 3. Direct continuation, in any input box on any page, a floating layer will appear when typing, and you can directly continue writing in the input box. 4. Search assistant, when searching on search engines such as Google/Bing/Baidu, prompts will appear, which can quickly evoke dialogues to answer users' search questions. 5. Dialogue sharing. During the dialogue, the dialogue can be opened and shared, and the sharing link can be obtained. ### other For early users, we will set up an incentive mechanism, and everyone will build a community together. We hope that early users can get rewards and incentives from potential future profit opportunities. We will announce the specific mechanism when the function is fully prepared. This plug-in and website are developed by individual developers. If you find it useful, you can share it with your friends. Thank you very much. \
Basisinformatie over de Extensie
Naam | ZhiNang.ai - AI assistant from anypage |
ID | jcfkfnhebnhaldhlgfiaglpcjkdikbhc |
Officiële URL | https://chromewebstore.google.com/detail/zhinangai-ai-assistant-fr/jcfkfnhebnhaldhlgfiaglpcjkdikbhc |
Beschrijving | ChatGPT anywhere on anytime in anypage now |
Bestandsgrootte | 4.17 MB |
Aantal Installaties | 549 |
Huidige Versie | 0.33 |
Laatst Bijgewerkt | 2023-11-10 |
Publicatiedatum | 2023-03-20 |
Beoordeling | 4.89/5 Totaal 9 Beoordelingen |
Ontwikkelaar | https://gptnow.pro |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://zhinang.ai |
URL van de Privacybeleid Pagina | https://yu-tousorganization.gitbook.io/untitled |
Ondersteunde Talen | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "images\/logo.png", "default_popup": "popup.html", "default_title": "__MSG_description__" }, "background": { "service_worker": ".\/dist\/static\/js\/background.js" }, "content_scripts": [ { "js": [ ".\/dist\/static\/js\/content.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] }, { "js": [ ".\/dist\/static\/js\/cookie.js" ], "matches": [ "https:\/\/www.gptnow.im\/*", "https:\/\/gptnow.im\/*", "https:\/\/zhinang.ai\/*", "https:\/\/www.zhinang.ai\/*" ] }, { "js": [ ".\/static\/baidu-fix.js" ], "matches": [ "https:\/\/*.baidu.com\/*" ] } ], "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "images\/logo.png", "48": "images\/logo.png" }, "manifest_version": 3, "name": "__MSG_title__", "permissions": [ "storage", "contextMenus" ], "version": "0.33", "web_accessible_resources": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "resources": [ "images\/*" ] } ] } |