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.
Qu'est-ce que AtOnce: ChatGPT Chrome Extension & AI Prompts ?
AtOnce: ChatGPT Chrome Extension & AI Prompts est une extension Chrome développée par https://atonce.com, et sa fonction principale est "600+ ChatGPT Prompts in 1 Click. AtOnce's ChatGPT Chrome Extension gives you AI prompt writing templates for SEO, marketing & more.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AtOnce: ChatGPT Chrome Extension & AI Prompts
Téléchargez les fichiers d'extension AtOnce: ChatGPT Chrome Extension & AI Prompts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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'
Informations de Base sur l'Extension
Nom | AtOnce: ChatGPT Chrome Extension & AI Prompts |
ID | bccfngljiihhkoecapkeddgjfpljomka |
URL Officiel | https://chromewebstore.google.com/detail/atonce-chatgpt-chrome-ext/bccfngljiihhkoecapkeddgjfpljomka |
Description | 600+ ChatGPT Prompts in 1 Click. AtOnce's ChatGPT Chrome Extension gives you AI prompt writing templates for SEO, marketing & more. |
Taille du Fichier | 389 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.0.5 |
Dernière Mise à Jour | 2023-08-18 |
Date de Publication | 2023-04-20 |
Évaluation | 4.74/5 Total 87 Évaluations |
Développeur | https://atonce.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://atonce.com |
URL de la Page d'Aide | https://atonce.com/contact |
URL de la Page de Politique de Confidentialité | https://atonce.com/legal/privacy-policy |
Langues Prises en Charge | 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" } |