AtOnce: ChatGPT Chrome Extension & AI Prompts
600+ ChatGPT Prompts in 1 Click. AtOnce's ChatGPT Chrome Extension gives you AI prompt writing templates for SEO, marketing & more.
O que é AtOnce: ChatGPT Chrome Extension & AI Prompts?
AtOnce: ChatGPT Chrome Extension & AI Prompts é uma extensão do Chrome desenvolvida por https://atonce.com, e sua principal característica é "600+ ChatGPT Prompts in 1 Click. AtOnce's ChatGPT Chrome Extension gives you AI prompt writing templates for SEO, marketing & more.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AtOnce: ChatGPT Chrome Extension & AI Prompts
Baixe arquivos de extensão AtOnce: ChatGPT Chrome Extension & AI Prompts 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
Save time with AtOnce's ChatGPT Chrome extension — including prompts for SEO, marketing, copywriting, and more. AtOnce's browser extension gives you 600 AI prompts for writing. With AtOnce, you can ask AI to write high quality content in a few clicks, without wasting hours coming up with ideas or getting confused by AI writing prompts. With custom tones and styles, AtOnce helps you write in your voice... all without wasting time or effort trying to come up with prompts. AtOnce is more than just a ChatGPT prompt library. It's an AI writing tool that helps you save hours every day: ask AI anything. Write with the confidence of a master prompt engineer, without spending months of painful learning. ➤ How it works AtOnce is like an all-in-one AI writing assistant. With access to 600 prompts, you'll be able to ask AI anything: from AI copywriting to AI writing & SEO articles. You can use AtOnce's prompts with a single click: either search them or select them. ➤ Get the best AI prompts AtOnce's AI extension even lets you write in multiple languages, with custom tones and styles hand-picked by our team. AtOnce not only gives you high quality prompts, but also lets you pick from 20+ AI prompt examples on any given topic. So you'll be able to choose the writing styles that fit you best: whether it's short-form AI summaries or longer AI content. E.g., some of the best AI prompts generated are Midjourney prompts. Within AtOnce, we have over 30 AI image prompts for Midjourney and Stable Diffusion alone. ➤ What's included? AtOnce's AI chrome extension will help you save hours every day. With 600 ChatGPT prompt templates, AtOnce is one of the best AI prompt generators for SEO, marketing & professionals across the world: ★ 300 Prompts for writing: - Grammar checker - AI text expander - Rewriting articles - Full AI article generator - AI summarizing tools ★ 300 Prompts for marketing: - Product description generator - AI image prompts - YouTube script generator - Midjourney prompts - Article summarizer ➤ Get started in minutes Setting up AtOnce's ChatGPT extension is a breeze. No need to write paragraphs or waste time copying and pasting from dozens of different documents. Get the skills of an expert AI prompt engineer in 60 seconds! 1. Click 'Add to Chrome' 2. Go to chat.openai.com 3. Pick one of our 600+ AI prompts 4. Add keywords & press 'Enter'
Informações Básicas da Extensão
Nome | AtOnce: ChatGPT Chrome Extension & AI Prompts |
ID | bccfngljiihhkoecapkeddgjfpljomka |
URL Oficial | https://chromewebstore.google.com/detail/atonce-chatgpt-chrome-ext/bccfngljiihhkoecapkeddgjfpljomka |
Descrição | 600+ ChatGPT Prompts in 1 Click. AtOnce's ChatGPT Chrome Extension gives you AI prompt writing templates for SEO, marketing & more. |
Tamanho do Arquivo | 389 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 1.0.5 |
Última Atualização | 2023-08-18 |
Data de Publicação | 2023-04-20 |
Classificação | 4.74/5 Total de 87 Avaliações |
Desenvolvedor | https://atonce.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://atonce.com |
URL da Página de Ajuda | https://atonce.com/contact |
URL da Página de Política de Privacidade | https://atonce.com/legal/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AtOnce: ChatGPT Chrome Extension & AI Prompts", "description": "600+ ChatGPT Prompts in 1 Click. AtOnce's ChatGPT Chrome Extension gives you AI prompt writing templates for SEO, marketing & more.", "version": "1.0.5", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "72": "icons\/72.png", "80": "icons\/80.png", "92": "icons\/92.png", "128": "icons\/128.png", "256": "icons\/256.png", "512": "icons\/512.png", "1024": "icons\/1024.png" }, "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_title": "Open ChatGPT" }, "permissions": [ "activeTab" ], "web_accessible_resources": [ { "resources": [ "inject.js", "style.css", "atonce-watermark.png", "icon-twitter.svg", "icon-email.svg", "icon-facebookwhite.svg", "icon-linkedin.svg" ], "matches": [ "https:\/\/chat.openai.com\/*" ], "use_dynamic_url": true } ], "content_scripts": [ { "js": [ "pre_script.js" ], "matches": [ "https:\/\/chat.openai.com\/*" ] } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlfOzv32jol4F+iRxA15NnmDI+bROsmcyCy1aSVB6JvcIzSqG1xI2Yp2ttCtxQSjfWROvG7O4AAHm9FCqr9gpOnYMqs3ZbHT0u8xeckKjKrUyPI5pXf0BebPrh2jF3+bGTIC6G180nx7DbV0qgvvFyDDtybAJCe6WS\/L+ppLRoJFaOjaixFOnZktuvy3Un4MAiJ\/sGZ8tCL9Ypt+Ei2pB8My1C2FNH5bL7nBw4+kjl23UuvCssKKID0VXDjJURv+gEDn1qtbL9Og9kplL5yu2Rbj5+leWz9M3cUUs8WcOn+HTFaA+7EWqE+wHDA82CPU\/XAmCD14Rk2wyLcEUoDkepQIDAQAB" } |