Prompt Manager

Never lose your prompts again! The easiest way to manage and re-use all your prompts and prompt templates for ChatGPT, Midjourney,…

Prompt Manager क्या है?

Prompt Manager EarlyNode द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Never lose your prompts again! The easiest way to manage and re-use all your prompts and prompt templates for ChatGPT, Midjourney,…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Prompt Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Never lose your prompts again!

The easiest way to manage and re-use all your prompts and prompt templates for ChatGPT, Midjourney, Dall-E, Notion AI or any other AI tool you use to be more productive at work.

With the Prompt-Manager.com Extension you can:

- Save prompts in 1-click from ChatGPT
- Copy & Paste prompts into any AI tool with a single click
- Sort prompts in folders
- Find your saved prompts in seconds with a powerful search                    

एक्सटेंशन की मूल जानकारी

नाम Prompt Manager Prompt Manager
ID ngjapldfabekcmnkjikmpcdjlbnildom
आधिकारिक URL https://chromewebstore.google.com/detail/prompt-manager/ngjapldfabekcmnkjikmpcdjlbnildom
विवरण Never lose your prompts again! The easiest way to manage and re-use all your prompts and prompt templates for ChatGPT, Midjourney,…
फ़ाइल का आकार 1.2 MB
स्थापना संख्या 592
वर्तमान संस्करण 0.0.5
अंतिम अपडेट 2023-06-22
प्रकाशन तिथि 2023-04-26
रेटिंग 4.80/5 कुल 10 रेटिंग्स
डेवलपर EarlyNode
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://earlynode.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Prompt Manager",
    "version": "0.0.5",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content.tsx-loader-fb0004d7.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "icons\/chatgpt.png",
                "icons\/icon128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/home-helpers-2ede6f96.js",
                "assets\/get-url-8e9304b9.js",
                "assets\/content.tsx-edd90096.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": [],
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "alarms"
    ],
    "commands": {
        "sample_command": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            },
            "description": "Sample key command"
        }
    }
}