ChatGPT Helper

Create text replacements of ChatGPT prompts

ChatGPT Helper란 무엇입니까?

ChatGPT Helper은(는) letuan317에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create text replacements of ChatGPT prompts"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        'ChatGPT Helper' is a reliable and convenient Chrome extension designed to optimize the user experience of ChatGPT. By leveraging the power of this extension, users can easily create pre-written text responses to frequently asked questions or prompts, ultimately saving time and increasing efficiency in communication.

This extension can help users avoid repeating common questions and responses by providing pre-written text responses, ultimately speeding up the response process and reducing wait times. The ability to select from pre-written text prompts during the ChatGPT conversation allows users to generate accurate and quick responses, ultimately enhancing the communication experience and increasing effectiveness.

The 'ChatGPT Helper' extension is an excellent tool for individuals who frequently engage in chat-based communication for personal or work purposes. With its user-friendly interface and efficient functionality, this extension can greatly enhance the user experience of ChatGPT and optimize communication efficiency.                    

확장 프로그램 기본 정보

이름 ChatGPT Helper ChatGPT Helper
ID iefipdcimejmcefnnfhhbilpldnffmla
공식 URL https://chromewebstore.google.com/detail/chatgpt-helper/iefipdcimejmcefnnfhhbilpldnffmla
설명 Create text replacements of ChatGPT prompts
파일 크기 120 KB
설치 횟수 41
현재 버전 0.3.1
최근 업데이트 2023-04-27
출시 날짜 2023-04-24
개발자 letuan317
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tuanlinhcs.com/chatgpt-helper
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Helper",
    "version": "0.3.1",
    "description": "Create text replacements of ChatGPT prompts",
    "author": "Tuan Le",
    "icons": {
        "16": "icons\/chatgpt-16.png",
        "48": "icons\/chatgpt-48.png",
        "128": "icons\/chatgpt-128.png"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options\/options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/chatgpt-16.png",
            "48": "icons\/chatgpt-48.png",
            "128": "icons\/chatgpt-128.png"
        },
        "default_title": "ChatGPT Helper"
    }
}