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.
Что такое AtOnce: ChatGPT Chrome Extension & AI Prompts?
AtOnce: ChatGPT Chrome Extension & AI Prompts - это расширение Chrome, разработанное https://atonce.com, и его основная функция - "600+ ChatGPT Prompts in 1 Click. AtOnce's ChatGPT Chrome Extension gives you AI prompt writing templates for SEO, marketing & more.".
Снимки экрана расширения
Скачать файл CRX расширения AtOnce: ChatGPT Chrome Extension & AI Prompts
Скачайте файлы расширений AtOnce: ChatGPT Chrome Extension & AI Prompts в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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'
Основная информация о расширении
Название | AtOnce: ChatGPT Chrome Extension & AI Prompts |
ID | bccfngljiihhkoecapkeddgjfpljomka |
Официальный URL | https://chromewebstore.google.com/detail/atonce-chatgpt-chrome-ext/bccfngljiihhkoecapkeddgjfpljomka |
Описание | 600+ ChatGPT Prompts in 1 Click. AtOnce's ChatGPT Chrome Extension gives you AI prompt writing templates for SEO, marketing & more. |
Размер файла | 389 KB |
Количество установок | 1,000 |
Текущая Версия | 1.0.5 |
Последнее Обновление | 2023-08-18 |
Дата публикации | 2023-04-20 |
Рейтинг | 4.74/5 Всего 87 оценок |
Разработчик | https://atonce.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://atonce.com |
URL страницы помощи | https://atonce.com/contact |
URL страницы политики конфиденциальности | https://atonce.com/legal/privacy-policy |
Поддерживаемые языки | 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" } |