ZhiNang.ai - AI assistant from anypage

ChatGPT anywhere on anytime in anypage now

Qu'est-ce que ZhiNang.ai - AI assistant from anypage ?

ZhiNang.ai - AI assistant from anypage est une extension Chrome développée par https://gptnow.pro, et sa fonction principale est "ChatGPT anywhere on anytime in anypage now".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ZhiNang.ai - AI assistant from anypage

Téléchargez les fichiers d'extension ZhiNang.ai - AI assistant from anypage au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        # 👋 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. \                    

Informations de Base sur l'Extension

Nom ZhiNang.ai - AI assistant from anypage ZhiNang.ai - AI assistant from anypage
ID jcfkfnhebnhaldhlgfiaglpcjkdikbhc
URL Officiel https://chromewebstore.google.com/detail/zhinangai-ai-assistant-fr/jcfkfnhebnhaldhlgfiaglpcjkdikbhc
Description ChatGPT anywhere on anytime in anypage now
Taille du Fichier 4.17 MB
Nombre d'Installations 549
Version Actuelle 0.33
Dernière Mise à Jour 2023-11-10
Date de Publication 2023-03-20
Évaluation 4.89/5 Total 9 Évaluations
Développeur https://gptnow.pro
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://zhinang.ai
URL de la Page de Politique de Confidentialité https://yu-tousorganization.gitbook.io/untitled
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}