Prompt Easy

Your Live AI Prompt Assistant Get Outstanding Results Every time.

Prompt Easy क्या है?

Prompt Easy Ismael Diaby द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your Live AI Prompt Assistant Get Outstanding Results Every time."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Unlock your ChatGPT's full potential with PromptEasy, the ultimate shortcut to highly engaging AI conversations. No more head-scratching or time-consuming brainstorming sessions to come up with the perfect prompts for your chatbot. 

Our assistant analyzes your Prompts in real-time, suggests improvements, and optimizes them on the fly. Enough with frustrating AI results, Get outstanding responses every time on autopilot.

Key Features:

1. Instant Access: Unleash the power of prompt mastery with a single CMD+K command. No more manual searching.

2. Handpicked prompts ensure meaningful engagements and effective outcomes.

3. Personalized Prompting: Tailor your prompts according to specific business needs or conversational styles.

4. Prompt Optimizer: Optimize your prompts 

5. Insightful Analytics: Understand which prompts work best for specific situations with our performance analytics feature.

6. Collaborative Work: Share prompts with your team, enhancing cooperation and cohesion in your AI projects.

Ready to transform your ChatGPT interactions? Add the PromptEasy Chrome extension today and let your Prompts do the talking.                    

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

नाम Prompt Easy Prompt Easy
ID ggmhecloeaonbihgbnhkelmodpeilelp
आधिकारिक URL https://chromewebstore.google.com/detail/prompt-easy/ggmhecloeaonbihgbnhkelmodpeilelp
विवरण Your Live AI Prompt Assistant Get Outstanding Results Every time.
फ़ाइल का आकार 11.8 MB
स्थापना संख्या 427
वर्तमान संस्करण 1.3.95
अंतिम अपडेट 2023-12-07
प्रकाशन तिथि 2023-07-16
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Ismael Diaby
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://prompteasy.co/
गोपनीयता नीति पृष्ठ URL https://prompteasy.co/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Prompt Easy",
    "description": "Your Live AI Prompt Assistant Get Outstanding Results Every time.",
    "version": "1.3.95",
    "web_accessible_resources": [
        {
            "resources": [
                "data\/*",
                "images\/*"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/bard.google.com\/*",
                "https:\/\/claude.ai\/*",
                "http:\/\/localhost:3000\/*",
                "https:\/\/prompteasy.co\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "dist\/main.js"
            ],
            "css": [
                "css\/style.css",
                "dist\/style.css"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/prompteasy.co\/*",
                "https:\/\/claude.ai\/*",
                "https:\/\/bard.google.com\/*",
                "http:\/\/localhost:3000\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/prompteasy.co\/*",
            "http:\/\/localhost:3000\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/chat.openai.com\/*",
        "https:\/\/prompteasy.co\/*",
        "https:\/\/bard.google.com\/*",
        "https:\/\/claude.ai\/*"
    ],
    "action": {
        "default_title": "Click here to visit Prompt Easy",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "dist\/background.js"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "activeTab"
    ],
    "icons": {
        "16": "images\/new_16.png",
        "32": "images\/new_32.png",
        "48": "images\/new_48.png",
        "128": "images\/new_128.png"
    }
}