AI Prompt Manager

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

Qu'est-ce que AI Prompt Manager ?

AI Prompt Manager est une extension Chrome développée par https://aipromptmanager.com.au, et sa fonction principale est "AI Prompt Manager: Store & manage GPT prompts. Sleek UI, easy search & share. Maximize GPT's potential.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension AI Prompt Manager

Téléchargez les fichiers d'extension AI Prompt Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AI Prompt Manager AI Prompt Manager
ID akjcamlhnmpmdlhcehldddddmfmlgipe
URL Officiel 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.
Taille du Fichier 736 KB
Nombre d'Installations 119
Version Actuelle 1.3
Dernière Mise à Jour 2023-10-16
Date de Publication 2023-08-20
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://aipromptmanager.com.au
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://aipromptmanager.com.au/
URL de la Page d'Aide https://aipromptmanager.com.au/
Langues Prises en Charge 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"
    }
}