GPT Everywhere

Allow you to generate content everywhere!

什麼是GPT Everywhere?

GPT Everywhere是由Sheet SMS開發的Chrome擴展程式,該擴展的主要功能是“Allow you to generate content everywhere!”。

擴展截圖

screenshot
screenshot

下載GPT Everywhere擴展crx文件

下載GPT Everywhere擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 **                    

擴展基本資訊

名稱 GPT Everywhere GPT Everywhere
ID fmoljadclabehlgmmollefechajplekj
官方網址 https://chromewebstore.google.com/detail/gpt-everywhere/fmoljadclabehlgmmollefechajplekj
簡介 Allow you to generate content everywhere!
檔案大小 94.02 KB
安裝次數 132
目前版本 1.1
更新時間 2023-04-16
上架時間 2023-04-04
開發者 Sheet SMS
電子郵箱 [email protected]
付費類型 in_app
隱私政策頁面URL https://sheetsms.com/privacy_policy.html
支援的語言 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"
    }
}