PromptDrive

Save, share and organize prompts to streamline workflow for ChatGPT, Bard AI, Mid-journey and other prompt driven AI tools.

PromptDrive क्या है?

PromptDrive https://promptdrive.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save, share and organize prompts to streamline workflow for ChatGPT, Bard AI, Mid-journey and other prompt driven AI tools."।

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

screenshot

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

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

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

                        PromptDrive.ai is a free prompt management tool.

We built this because the current way of saving, organizing and sharing prompts is messy. It's often hacked together with Google Sheets, Google Docs, Notion, Notes, Slack messages and other similar apps.

Now, you can quickly save, share and organize prompts for ChatGPT, Bard AI, Midjourney and other prompt driven AI tools with PromptDrive.ai.

Features:
💾 Create or capture prompts
📝 Add notes for context
🔍 Quickly search your library of prompts to find the prompt you need when you need it
📋 Copy and execute prompts with a few clicks
🗂 Organize prompts with folders
#️⃣ Add tags to segment further
🔗 Share prompts with anyone with a unique URL
📄 Use custom variables to turn your most used prompts into templates

Thanks to our chrome extension, you’ll never need to leave your AI app to prompt ever again. Just click the PromptDrive.ai extension icon and find the prompt you need.

Note: This extension is not officially associated with or developed by the Bard AI, ChatGPT or Midjourney.                    

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

नाम PromptDrive PromptDrive
ID dccfgkejoobijclmdfefmigflabbjcbg
आधिकारिक URL https://chromewebstore.google.com/detail/promptdrive/dccfgkejoobijclmdfefmigflabbjcbg
विवरण Save, share and organize prompts to streamline workflow for ChatGPT, Bard AI, Mid-journey and other prompt driven AI tools.
फ़ाइल का आकार 217 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 1.0.9
अंतिम अपडेट 2023-07-10
प्रकाशन तिथि 2023-06-22
रेटिंग 5.00/5 कुल 9 रेटिंग्स
डेवलपर https://promptdrive.ai
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://promptdrive.ai
गोपनीयता नीति पृष्ठ URL https://app.promptdrive.ai/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PromptDrive",
    "version": "1.0.9",
    "description": "Save, share and organize prompts to streamline workflow for ChatGPT, Bard AI, Mid-journey and other prompt driven AI tools.",
    "action": {
        "default_icon": ".\/assets\/icon-512.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "options_ui": {
        "page": ".\/dist\/options\/index.html",
        "open_in_tab": true
    },
    "omnibox": {
        "keyword": "pd"
    },
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "icons": {
        "16": ".\/assets\/icon-512.png",
        "48": ".\/assets\/icon-512.png",
        "128": ".\/assets\/icon-512.png"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "contextMenus",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/chat.openai.com\/*",
        "https:\/\/bard.google.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/bard.google.com\/*"
            ],
            "js": [
                "dist\/contentScripts\/index.global.js"
            ]
        }
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/*\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}