ZhiNang.ai - AI assistant from anypage

ChatGPT anywhere on anytime in anypage now

ZhiNang.ai - AI assistant from anypage란 무엇입니까?

ZhiNang.ai - AI assistant from anypage은(는) https://gptnow.pro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ChatGPT anywhere on anytime in anypage now"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ZhiNang.ai - AI assistant from anypage 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 ZhiNang.ai - AI assistant from anypage ZhiNang.ai - AI assistant from anypage
ID jcfkfnhebnhaldhlgfiaglpcjkdikbhc
공식 URL https://chromewebstore.google.com/detail/zhinangai-ai-assistant-fr/jcfkfnhebnhaldhlgfiaglpcjkdikbhc
설명 ChatGPT anywhere on anytime in anypage now
파일 크기 4.17 MB
설치 횟수 549
현재 버전 0.33
최근 업데이트 2023-11-10
출시 날짜 2023-03-20
평점 4.89/5 총 9 개의 평점
개발자 https://gptnow.pro
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://zhinang.ai
개인정보 보호 정책 페이지 URL https://yu-tousorganization.gitbook.io/untitled
지원되는 언어 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\/*"
            ]
        }
    ]
}