ChatGPT Plus

Paste powerful prompt in chatGPT with easy step

ChatGPT Plus là gì?

ChatGPT Plus là một tiện ích mở rộng Chrome được phát triển bởi greedy0101, và tính năng chính của nó là "Paste powerful prompt in chatGPT with easy step".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ChatGPT Plus

Tải xuống các tệp mở rộng ChatGPT Plus 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

                        Introducing our latest innovation - the prompt extension for chatGPT. With this extension, users can receive powerful prompts and improve their writing skills by revising and refining their responses.

With this extension, you can unleash your creativity and express yourself more effectively than ever before. Its personalized prompts and adaptive learning capabilities ensure that you get the most out of your writing experience.

So why wait? Download the prompt extension for chatGPT today and start improving your writing skills in a matter of minutes. With its powerful features and intuitive design, it's the ultimate writing assistant for anyone who wants to succeed in today's fast-paced digital world.                    

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

Tên ChatGPT Plus ChatGPT Plus
ID ehpjephpbgcihnmdapkcbpnfmkdpgbid
URL Chính Thức https://chromewebstore.google.com/detail/chatgpt-plus/ehpjephpbgcihnmdapkcbpnfmkdpgbid
Mô tả Paste powerful prompt in chatGPT with easy step
Kích Thước Tệp 9.97 MB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-03-22
Ngày Phát Hành 2023-03-13
Nhà Phát Triển greedy0101
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT Plus",
    "version": "1.1",
    "description": "Paste powerful prompt in chatGPT with easy step",
    "manifest_version": 3,
    "icons": {
        "32": ".\/Icon32.png",
        "128": ".\/Icon128.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "scripting"
    ]
}