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ファイルをダウンロード

ChatGPT: Prompt Mate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}