AI Prompt Manager
AI Prompt Manager: Store & manage GPT prompts. Sleek UI, easy search & share. Maximize GPT's potential.
Wat is AI Prompt Manager?
AI Prompt Manager is een Chrome-extensie ontwikkeld door https://aipromptmanager.com.au, en de belangrijkste functie is "AI Prompt Manager: Store & manage GPT prompts. Sleek UI, easy search & share. Maximize GPT's potential.".
Extensie Screenshots
Download het CRX-bestand van de extensie AI Prompt Manager
Download AI Prompt Manager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | AI Prompt Manager |
ID | akjcamlhnmpmdlhcehldddddmfmlgipe |
Officiële URL | https://chromewebstore.google.com/detail/ai-prompt-manager/akjcamlhnmpmdlhcehldddddmfmlgipe |
Beschrijving | AI Prompt Manager: Store & manage GPT prompts. Sleek UI, easy search & share. Maximize GPT's potential. |
Bestandsgrootte | 736 KB |
Aantal Installaties | 119 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2023-10-16 |
Publicatiedatum | 2023-08-20 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://aipromptmanager.com.au |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://aipromptmanager.com.au/ |
Help Pagina-URL | https://aipromptmanager.com.au/ |
Ondersteunde Talen | 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" } } |