Chatgpt-Connect

ChatGPT-Connect allow you to chat with chatGPT from everywhere through a local websocket server.

Chatgpt-Connect란 무엇입니까?

Chatgpt-Connect은(는) ayoube.essadeq에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ChatGPT-Connect allow you to chat with chatGPT from everywhere through a local websocket server."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Chatgpt-Connect 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Introducing Chatgpt Connect: The Ultimate Chrome Extension for Connecting to Chatgpt Outside the Browser

Are you looking for a seamless way to connect with Chatgpt, the revolutionary language model, even when you're not browsing the web? Look no further than Chatgpt Connect, the cutting-edge Chrome extension designed to bridge the gap between Chatgpt and your external applications.

With Chatgpt Connect, you can harness the power of Chatgpt's conversational capabilities from within your favorite non-browser-based applications. Whether you're developing a custom software, building a productivity tool, or even creating your own Chrome extension, Chatgpt Connect is your gateway to effortless integration.

Our user-friendly extension empowers developers with quick and reliable access to Chatgpt's robust API, enabling you to send requests and receive intelligent responses programmatically. Seamlessly interact with Chatgpt to generate natural language text, obtain insightful answers, or even automate conversational workflows, all outside the boundaries of the browser.

Unlock a world of possibilities with Chatgpt Connect's powerful Chrome extension. By effortlessly connecting to Chatgpt outside the browser, you can revolutionize how you leverage conversational AI in your projects, streamline your workflow, and enhance user experiences.

Don't miss out on the future of interactive AI integration. Install Chatgpt Connect now and unlock the true potential of Chatgpt beyond the confines of your browser.                    

확장 프로그램 기본 정보

이름 Chatgpt-Connect Chatgpt-Connect
ID mkdbpdaffmcbjmeeoieafacnbllimlfe
공식 URL https://chromewebstore.google.com/detail/chatgpt-connect/mkdbpdaffmcbjmeeoieafacnbllimlfe
설명 ChatGPT-Connect allow you to chat with chatGPT from everywhere through a local websocket server.
파일 크기 59.61 KB
설치 횟수 58
현재 버전 1.0.2
최근 업데이트 2023-07-24
출시 날짜 2023-07-17
평점 5.00/5 총 1 개의 평점
개발자 ayoube.essadeq
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Ayyoub-ESSADEQ/chatgpt-connect
도움말 페이지 URL https://github.com/Ayyoub-ESSADEQ/chatgpt-connect/issues
지원되는 언어 de,en,fr,es,hu,pt-PT,ro,ru,uk,iw,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chatgpt-Connect",
    "description": "ChatGPT-Connect allow you to chat with chatGPT from everywhere through a local websocket server.",
    "default_locale": "en",
    "version": "1.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/logo.png",
        "32": "icons\/logo.png",
        "48": "icons\/logo.png",
        "128": "icons\/logo.png"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/logo.png",
            "32": "icons\/logo.png",
            "48": "icons\/logo.png",
            "128": "icons\/logo.png"
        }
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "permissions": [
        "storage",
        "offscreen",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    }
}