AI Prompt Manager

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

Cos'è AI Prompt Manager?

AI Prompt Manager è un'estensione di Chrome sviluppata da https://aipromptmanager.com.au, e la sua funzione principale è "AI Prompt Manager: Store & manage GPT prompts. Sleek UI, easy search & share. Maximize GPT's potential.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione AI Prompt Manager

Scarica i file di estensione AI Prompt Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome AI Prompt Manager AI Prompt Manager
ID akjcamlhnmpmdlhcehldddddmfmlgipe
URL Ufficiale https://chromewebstore.google.com/detail/ai-prompt-manager/akjcamlhnmpmdlhcehldddddmfmlgipe
Descrizione AI Prompt Manager: Store & manage GPT prompts. Sleek UI, easy search & share. Maximize GPT's potential.
Dimensione del File 736 KB
Conteggio Installazioni 119
Versione Corrente 1.3
Ultimo Aggiornamento 2023-10-16
Data di Pubblicazione 2023-08-20
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://aipromptmanager.com.au
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://aipromptmanager.com.au/
URL della Pagina di Aiuto https://aipromptmanager.com.au/
Lingue Supportate 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"
    }
}