AI Prompt Manager
AI Prompt Manager: Store & manage GPT prompts. Sleek UI, easy search & share. Maximize GPT's potential.
Что такое AI Prompt Manager?
AI Prompt Manager - это расширение Chrome, разработанное https://aipromptmanager.com.au, и его основная функция - "AI Prompt Manager: Store & manage GPT prompts. Sleek UI, easy search & share. Maximize GPT's potential.".
Снимки экрана расширения
Скачать файл CRX расширения AI Prompt Manager
Скачайте файлы расширений AI Prompt Manager в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
AI Prompt Manager is a FREE and versatile Chrome app designed to help users store and manage their favorite GPT prompts. With an intuitive and stylish user interface, this app makes organizing your prompts a breeze. Create custom categories to sort your prompts, and use the built-in search feature to quickly find the ones you need. The 'GPT' button enables you to effortlessly use your stored prompts in chat GPT, while the 'Export' feature makes it simple to export / import your favorite prompts with friends and colleagues. Streamline your GPT prompt management with AI Prompt Manager - an essential tool for anyone looking to unlock the full potential of GPT-powered AI.
Основная информация о расширении
Название | AI Prompt Manager |
ID | akjcamlhnmpmdlhcehldddddmfmlgipe |
Официальный URL | https://chromewebstore.google.com/detail/ai-prompt-manager/akjcamlhnmpmdlhcehldddddmfmlgipe |
Описание | AI Prompt Manager: Store & manage GPT prompts. Sleek UI, easy search & share. Maximize GPT's potential. |
Размер файла | 736 KB |
Количество установок | 119 |
Текущая Версия | 1.3 |
Последнее Обновление | 2023-10-16 |
Дата публикации | 2023-08-20 |
Рейтинг | 5.00/5 Всего 5 оценок |
Разработчик | https://aipromptmanager.com.au |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://aipromptmanager.com.au/ |
URL страницы помощи | https://aipromptmanager.com.au/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AI Prompt Manager", "description": "AI Prompt Manager: Store & manage GPT prompts. Sleek UI, easy search & share. Maximize GPT's potential.", "version": "1.3", "permissions": [ "storage", "activeTab", "scripting" ], "background": { "service_worker": "background.js" }, "externally_connectable": { "matches": [ "https:\/\/aipromptmanager.com.au\/*" ] }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*", "https:\/\/aipromptmanager.com.au\/*" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "action": { "default_popup": "index.html", "default_icon": "icon16.png" } } |