ZhiNang.ai - AI assistant from anypage

ChatGPT anywhere on anytime in anypage now

ZhiNang.ai - AI assistant from anypage là gì?

ZhiNang.ai - AI assistant from anypage là một tiện ích mở rộng Chrome được phát triển bởi https://gptnow.pro, và tính năng chính của nó là "ChatGPT anywhere on anytime in anypage now".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ZhiNang.ai - AI assistant from anypage

Tải xuống các tệp mở rộng ZhiNang.ai - AI assistant from anypage dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ZhiNang.ai - AI assistant from anypage ZhiNang.ai - AI assistant from anypage
ID jcfkfnhebnhaldhlgfiaglpcjkdikbhc
URL Chính Thức https://chromewebstore.google.com/detail/zhinangai-ai-assistant-fr/jcfkfnhebnhaldhlgfiaglpcjkdikbhc
Mô tả ChatGPT anywhere on anytime in anypage now
Kích Thước Tệp 4.17 MB
Số Lần Cài Đặt 549
Phiên Bản Hiện Tại 0.33
Cập Nhật Lần Cuối 2023-11-10
Ngày Phát Hành 2023-03-20
Đánh Giá 4.89/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://gptnow.pro
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://zhinang.ai
URL Trang Chính Sách Bảo Mật https://yu-tousorganization.gitbook.io/untitled
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}