ChatGPT - Snack Prompt
Discover the best AI prompts right inside ChatGPT from the top prompters on the internet
ChatGPT - Snack Prompt란 무엇입니까?
ChatGPT - Snack Prompt은(는) https://snackprompt.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Discover the best AI prompts right inside ChatGPT from the top prompters on the internet"입니다.
확장 프로그램 스크린샷
ChatGPT - Snack Prompt 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Introducing Snack Prompt for Google Chrome: The Ultimate AI-Powered Prompt Companion for Everyone Unlock the full potential of AI with Snack Prompt, the game-changing extension designed to simplify and optimize your ChatGPT experience. With Snack Prompt, you'll have access to an extensive library of top prompts curated daily, as the community upvotes the best prompts for each industry, surfacing them to the top. This makes Snack Prompt the perfect partner for anyone looking to harness the power of AI. 🚀 Features: ⚡ One-Click Prompts: Instantly access a wide array of expertly curated prompts with just a single click. 🏆 Top Prompts of the Day: Stay up-to-date with the best and most popular prompts, right at your fingertips. 🗳️ Community Upvote System: Much like Product Hunt or Reddit, our community-driven platform surfaces the best prompts to the top. 💾 Save Prompts: Easily organize and manage your favorite prompts for future use. 🔍 Discover the Best Prompts in Seconds: Find the perfect prompt for your needs in no time, as the top prompts are surfaced to the top daily. 🤝 Follow Top Prompters: Stay connected with the leading minds in the prompt community and never miss their latest creations. 🌐 Share Prompts with Others: Collaborate and inspire others by sharing your favorite prompts. Coming Soon: 💼 Prompt Market: Monetize your expertise by selling your custom prompts directly to your followers on Snack Prompt. 🌟 Unlockable Prompts: Gain exclusive access to premium prompts by following your favorite prompt creators on Snack Prompt. 👥 Collaboration & Team Features: Work together with your team by creating and sharing prompt lists for seamless collaboration on projects. 🔧 Customizable & Organizable Prompt Lists: Personalize your prompt experience by creating and organizing your own custom lists, ensuring you have the right prompts at your fingertips. 🏢 Prompts for Teams: Enhance collaboration and productivity within your team by sharing and managing prompts specifically designed for team projects. Get started with Snack Prompt for Google Chrome today and explore the limitless possibilities AI has to offer! Transform the way you interact with ChatGPT and unleash your productivity like never before. Please note: Snack Prompt is an independent extension and is not affiliated with other ChatGPT extensions. For the best experience, please uninstall all other ChatGPT extensions before installing Snack Prompt. Learn More 👉 https://SnackPrompt.com
확장 프로그램 기본 정보
이름 | ChatGPT - Snack Prompt |
ID | lgpdceoebipofiijjgpiedpfcdenkndi |
공식 URL | https://chromewebstore.google.com/detail/chatgpt-snack-prompt/lgpdceoebipofiijjgpiedpfcdenkndi |
설명 | Discover the best AI prompts right inside ChatGPT from the top prompters on the internet |
파일 크기 | 33.13 KB |
설치 횟수 | 27,446 |
현재 버전 | 1.0.9 |
최근 업데이트 | 2023-11-30 |
출시 날짜 | 2023-04-13 |
평점 | 4.72/5 총 39 개의 평점 |
개발자 | https://snackprompt.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://SnackPrompt.com |
도움말 페이지 URL | https://snack-prompt.canny.io/support |
개인정보 보호 정책 페이지 URL | https://app-dev.snackprompt.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT - Snack Prompt", "description": "Discover the best AI prompts right inside ChatGPT from the top prompters on the internet", "version": "1.0.9", "action": { "default_icon": "src\/assets\/icon.png", "default_popup": "src\/browser\/popup\/index.html" }, "icons": { "16": "src\/assets\/icon.png", "48": "src\/assets\/icon.png", "128": "src\/assets\/icon.png" }, "permissions": [ "storage" ], "content_scripts": [ { "js": [ "assets\/content-script-loader.index.ts.0b7db876.1859acd2.js" ], "matches": [ "https:\/\/chat.openai.com\/*" ] } ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "web_accessible_resources": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "resources": [ "assets\/icon.39e29302.svg", "assets\/chunk-QIZ4XBKF.41251088.js", "assets\/constants.7591f6cc.js", "assets\/index.ts.0b7db876.js" ], "use_dynamic_url": true } ] } |