ChatGPT Helper

Create text replacements of ChatGPT prompts

ChatGPT Helper क्या है?

ChatGPT Helper letuan317 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create text replacements of ChatGPT prompts"।

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

screenshot
screenshot
screenshot

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

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

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

                        'ChatGPT Helper' is a reliable and convenient Chrome extension designed to optimize the user experience of ChatGPT. By leveraging the power of this extension, users can easily create pre-written text responses to frequently asked questions or prompts, ultimately saving time and increasing efficiency in communication.

This extension can help users avoid repeating common questions and responses by providing pre-written text responses, ultimately speeding up the response process and reducing wait times. The ability to select from pre-written text prompts during the ChatGPT conversation allows users to generate accurate and quick responses, ultimately enhancing the communication experience and increasing effectiveness.

The 'ChatGPT Helper' extension is an excellent tool for individuals who frequently engage in chat-based communication for personal or work purposes. With its user-friendly interface and efficient functionality, this extension can greatly enhance the user experience of ChatGPT and optimize communication efficiency.                    

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

नाम ChatGPT Helper ChatGPT Helper
ID iefipdcimejmcefnnfhhbilpldnffmla
आधिकारिक URL https://chromewebstore.google.com/detail/chatgpt-helper/iefipdcimejmcefnnfhhbilpldnffmla
विवरण Create text replacements of ChatGPT prompts
फ़ाइल का आकार 120 KB
स्थापना संख्या 41
वर्तमान संस्करण 0.3.1
अंतिम अपडेट 2023-04-27
प्रकाशन तिथि 2023-04-24
डेवलपर letuan317
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://tuanlinhcs.com/chatgpt-helper
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Helper",
    "version": "0.3.1",
    "description": "Create text replacements of ChatGPT prompts",
    "author": "Tuan Le",
    "icons": {
        "16": "icons\/chatgpt-16.png",
        "48": "icons\/chatgpt-48.png",
        "128": "icons\/chatgpt-128.png"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options\/options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/chatgpt-16.png",
            "48": "icons\/chatgpt-48.png",
            "128": "icons\/chatgpt-128.png"
        },
        "default_title": "ChatGPT Helper"
    }
}