AI Prompt Manager

AI Prompt Manager: Store & manage GPT prompts. Sleek UI, easy search & share. Maximize GPT's potential.

What is AI Prompt Manager?

AI Prompt Manager is a Chrome extension developed by https://aipromptmanager.com.au, and its main feature is "AI Prompt Manager: Store & manage GPT prompts. Sleek UI, easy search & share. Maximize GPT's potential.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download AI Prompt Manager Extension CRX File

Download AI Prompt Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name AI Prompt Manager AI Prompt Manager
ID akjcamlhnmpmdlhcehldddddmfmlgipe
Official URL https://chromewebstore.google.com/detail/ai-prompt-manager/akjcamlhnmpmdlhcehldddddmfmlgipe
Description AI Prompt Manager: Store & manage GPT prompts. Sleek UI, easy search & share. Maximize GPT's potential.
File Size 736 KB
Installation Count 119
Current Version 1.3
Last Updated 2023-10-16
Publish Date 2023-08-20
Rating 5.00/5 Total 5 Ratings
Developer https://aipromptmanager.com.au
Email [email protected]
Payment Type free
Extension Website https://aipromptmanager.com.au/
Help Page URL https://aipromptmanager.com.au/
Supported Languages 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"
    }
}