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.”。
擴展截圖
下載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 |
ID | pgnhbpnjlmndihcllnfndkpgnjdlbdlf |
官方網址 | 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" } } |