GPT Everywhere

Allow you to generate content everywhere!

GPT Everywhere là gì?

GPT Everywhere là một tiện ích mở rộng Chrome được phát triển bởi Sheet SMS, và tính năng chính của nó là "Allow you to generate content everywhere!".

Ả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 GPT Everywhere

Tải xuống các tệp mở rộng GPT Everywhere 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 the GPT Everywhere Chrome extension! Now you can access latest content generation algorithms quickly and easily from anywhere on the web with just one click.

With the GPT Everywhere Chrome extension, you can:

1. Start a new chat session with a click of a button
2. Get amazing content creation from latest GPT algorithm
3. Access chat history and previous conversations

Say goodbye to switching between different tabs and windows to access your content generation algorithms. With the GPT Everywhere Chrome extension, you'll always be just a click away from connecting with people from around the world.

To get started, simply download the GPT Everywhere Chrome extension from the Chrome Web Store. Once installed, you'll be able to generate texts from the extension toolbar in your browser.

Try it out today and see how the GPT Everywhere extension will allow you to generate texts easily and rapidly!

** This presentation has been written by the extension itself :p **                    

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

Tên GPT Everywhere GPT Everywhere
ID fmoljadclabehlgmmollefechajplekj
URL Chính Thức https://chromewebstore.google.com/detail/gpt-everywhere/fmoljadclabehlgmmollefechajplekj
Mô tả Allow you to generate content everywhere!
Kích Thước Tệp 94.02 KB
Số Lần Cài Đặt 132
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-04-16
Ngày Phát Hành 2023-04-04
Nhà Phát Triển Sheet SMS
Email [email protected]
Loại Thanh Toán in_app
URL Trang Chính Sách Bảo Mật https://sheetsms.com/privacy_policy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GPT Everywhere",
    "version": "1.1",
    "oauth2": {
        "client_id": "876789195214-uvql6np19adtrmhl8nihjgnl2tei67c6.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "description": "Allow you to generate content everywhere!",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "thirdparty\/jquery.min.js",
                "popup.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "identity",
        "identity.email"
    ],
    "icons": {
        "16": "images\/icon.png",
        "32": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    }
}