CrowdGPT - ChatGPT prompt sharing
Top prompts shared in ChatGPT
CrowdGPT - ChatGPT prompt sharing란 무엇입니까?
CrowdGPT - ChatGPT prompt sharing은(는) https://crowdgpt.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Top prompts shared in ChatGPT"입니다.
확장 프로그램 스크린샷
CrowdGPT - ChatGPT prompt sharing 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Looking for high-quality prompts to ask ChatGPT? With our extension, you can easily access the best ChatGPT prompts, curated by the community and upvoted by users. ☑️ Time-saving and efficient With our extension, you can skip the tedious process of searching for quality prompts online. Instead, you can quickly find the most popular prompts that have been vetted by the community. ☑️ Crowdsourced and upvoted Our community-based platform ensures that only the best prompts make it to the top. Users can vote on their favorite prompts, so you can be confident that you're getting the most popular and effective prompts. ☑️ Share with others Our extension also allows you to easily share prompts with others. Whether you're working on a team or just want to share prompts with friends, our extension makes it simple. ☑️ Better ChatGPT answer By using high-quality prompts, you can expect better answers from ChatGPT. Download CrowdGPT Chrome Extension now and take your ChatGPT experience to the next level. (#crowd #GPT #prompt).
확장 프로그램 기본 정보
이름 | CrowdGPT - ChatGPT prompt sharing |
ID | hgmbogoneaidjknimjmnpgjgeppgckfj |
공식 URL | https://chromewebstore.google.com/detail/crowdgpt-chatgpt-prompt-s/hgmbogoneaidjknimjmnpgjgeppgckfj |
설명 | Top prompts shared in ChatGPT |
파일 크기 | 4.59 MB |
설치 횟수 | 872 |
현재 버전 | 1.2.2 |
최근 업데이트 | 2023-08-22 |
출시 날짜 | 2023-04-04 |
평점 | 4.20/5 총 5 개의 평점 |
개발자 | https://crowdgpt.ai |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.crowdgpt.ai/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CrowdGPT - ChatGPT prompt sharing", "version": "1.2.2", "description": "Top prompts shared in ChatGPT", "icons": { "16": "\/icons\/icon-16x16.png", "48": "\/icons\/icon-48x48.png", "128": "\/icons\/icon-128x128.png" }, "background": { "service_worker": "\/background.js" }, "action": [], "permissions": [ "activeTab", "identity", "identity.email" ], "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "\/content.js" ], "css": [ "\/main.css" ] } ] } |