ChatGPT: Prompt Mate

A powerful tool for generating high-quality prompts for ChatGPT in seconds.

ChatGPT: Prompt Mate란 무엇입니까?

ChatGPT: Prompt Mate은(는) https://gptpromptmate.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A powerful tool for generating high-quality prompts for ChatGPT in seconds."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ChatGPT: Prompt Mate 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Looking for an effortless way to generate conversation prompts and increase your productivity? Look no further than GPT Prompt Mate, the AI-powered Chrome extension that generates conversation prompts tailored to your needs.

With GPT Prompt Mate, you can easily communicate with ChatGPT and receive multiple prompts based on previous conversations. Our intuitive interface allows you to select from a range of categories, adjust the tone, and set the desired length of your prompts. Whether you're looking to spark creative ideas or simply need help generating conversation topics, GPT Prompt Mate has got you covered.

With its powerful AI technology, GPT Prompt Mate takes the guesswork out of generating engaging prompts, saving you time and boosting your productivity. Don't settle for lackluster conversations - install GPT Prompt Mate today and start generating high-quality prompts that will keep the conversation flowing smoothly.

In summary, GPT Prompt Mate is a powerful and intuitive Chrome extension that will help you generate prompts for communicating with ChatGPT using AI. With the ability to customize categories, tones, and length of your prompts, GPT Prompt Mate is the perfect tool to increase your productivity and spark your creativity.                    

확장 프로그램 기본 정보

이름 ChatGPT: Prompt Mate ChatGPT: Prompt Mate
ID pgnhbpnjlmndihcllnfndkpgnjdlbdlf
공식 URL https://chromewebstore.google.com/detail/chatgpt-prompt-mate/pgnhbpnjlmndihcllnfndkpgnjdlbdlf
설명 A powerful tool for generating high-quality prompts for ChatGPT in seconds.
파일 크기 2.17 MB
설치 횟수 520
현재 버전 1.1
최근 업데이트 2023-04-11
출시 날짜 2023-04-07
평점 5.00/5 총 4 개의 평점
개발자 https://gptpromptmate.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.gptpromptmate.com/
도움말 페이지 URL https://www.gptpromptmate.com/support
개인정보 보호 정책 페이지 URL https://www.gptpromptmate.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "GPT Prompt mate",
    "name": "ChatGPT: Prompt Mate",
    "version": "1.1",
    "manifest_version": 3,
    "description": "A powerful tool for generating high-quality prompts for ChatGPT in seconds.",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Open the popup"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "static\/js\/content.js"
            ],
            "css": [
                "\/static\/css\/content.css",
                "\/static\/css\/popup.css"
            ]
        }
    ],
    "icons": {
        "16": "logo192light.png",
        "48": "logo192light.png",
        "128": "logo512light.png",
        "512": "logo512light.png"
    }
}