ChatGPT - Snack Prompt

Discover the best AI prompts right inside ChatGPT from the top prompters on the internet

O que é ChatGPT - Snack Prompt?

ChatGPT - Snack Prompt é uma extensão do Chrome desenvolvida por https://snackprompt.com, e sua principal característica é "Discover the best AI prompts right inside ChatGPT from the top prompters on the internet".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ChatGPT - Snack Prompt

Baixe arquivos de extensão ChatGPT - Snack Prompt no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome ChatGPT - Snack Prompt ChatGPT - Snack Prompt
ID lgpdceoebipofiijjgpiedpfcdenkndi
URL Oficial https://chromewebstore.google.com/detail/chatgpt-snack-prompt/lgpdceoebipofiijjgpiedpfcdenkndi
Descrição Discover the best AI prompts right inside ChatGPT from the top prompters on the internet
Tamanho do Arquivo 33.13 KB
Contagem de Instalações 27,446
Versão Atual 1.0.9
Última Atualização 2023-11-30
Data de Publicação 2023-04-13
Classificação 4.72/5 Total de 39 Avaliações
Desenvolvedor https://snackprompt.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://SnackPrompt.com
URL da Página de Ajuda https://snack-prompt.canny.io/support
URL da Página de Política de Privacidade https://app-dev.snackprompt.com/privacy
Idiomas Suportados 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
        }
    ]
}