ChatGPT Assistant

Access ChatGPT in a standalone window

ChatGPT Assistant란 무엇입니까?

ChatGPT Assistant은(는) https://chatgptchat.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Access ChatGPT in a standalone window"입니다.

확장 프로그램 스크린샷

screenshot

ChatGPT Assistant 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ChatGPT Assistant is an AI-powered Chrome extension that provides users with quick and easy access to OpenAI's ChatGPT language model. With its intuitive interface and natural language processing capabilities, ChatGPT Assistant allows users to ask questions and receive intelligent, informative answers on a wide range of topics, including science, history, technology, and more.

This extension is designed to be a seamless and efficient way to engage with ChatGPT, without requiring users to navigate to a separate website or leave their current browsing session. Additionally, ChatGPT Assistant's customizable settings enable users to tailor their experience to their preferences and workflow, further enhancing the extension's convenience and utility.

Overall, ChatGPT Assistant is a powerful and versatile tool that can benefit anyone seeking to expand their knowledge or understanding, and is a valuable addition to any Chrome user's toolkit.                    

확장 프로그램 기본 정보

이름 ChatGPT Assistant ChatGPT Assistant
ID gpbnhdjoknjmghjfljgcankdldimokmk
공식 URL https://chromewebstore.google.com/detail/chatgpt-assistant/gpbnhdjoknjmghjfljgcankdldimokmk
설명 Access ChatGPT in a standalone window
파일 크기 61.25 KB
설치 횟수 62,684
현재 버전 1.0.5
최근 업데이트 2023-05-06
출시 날짜 2023-04-04
평점 4.60/5 총 5 개의 평점
개발자 https://chatgptchat.net
결제 유형 free
확장 프로그램 웹 사이트 https://chatgptchat.net
도움말 페이지 URL https://chatgptchat.net/support
지원되는 언어 de,en,fr,es,hu,pt-PT,ro,ru,uk,iw,zh-CN,ja,ko
manifest.json
{
    "action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_title": "ChatGPT Assistant"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "data\/content_script\/inject.css"
            ],
            "js": [
                "data\/content_script\/inject.js"
            ],
            "matches": [
                "*:\/\/*.chat.openai.com\/chat*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/chatgptchat.net\/info",
    "icons": {
        "128": "data\/icons\/128.png",
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/options\/options.html"
    },
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5"
}