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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}