Chat GPT Reply

Generate an email or message reply with one click using ChatGPT, or write in any input box on any website.

Chat GPT Reply क्या है?

Chat GPT Reply driveskydigital द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate an email or message reply with one click using ChatGPT, or write in any input box on any website."।

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

screenshot

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

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

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

                        Streamline your inbox management with AI Auto Reply, the powerful Chrome extension that leverages the ChatGPT AI model to automate responses across multiple platforms. Whether you're using  this extension empowers you to handle incoming messages efficiently and effortlessly.                    

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

नाम Chat GPT Reply Chat GPT Reply
ID blmjpihalepofbadijebmekdfecfldgm
आधिकारिक URL https://chromewebstore.google.com/detail/chat-gpt-reply/blmjpihalepofbadijebmekdfecfldgm
विवरण Generate an email or message reply with one click using ChatGPT, or write in any input box on any website.
फ़ाइल का आकार 213 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-06-05
प्रकाशन तिथि 2023-05-21
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर driveskydigital
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://skydigitaldrive.com/
सहायता पृष्ठ URL https://skydigitaldrive.com/
गोपनीयता नीति पृष्ठ URL http://skydigitaldrive.com/privacy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chat GPT Reply",
    "description": "Generate an email or message reply with one click using ChatGPT, or write in any input box on any website.",
    "version": "1.0.0",
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*.openai.com\/*",
        "*:\/\/*.chatgptreply.com\/*"
    ],
    "icons": {
        "128": "img\/iconm.png"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ],
            "all_frames": false
        }
    ],
    "action": {
        "default_title": "ChatGpt Reply"
    },
    "commands": {
        "open": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "windows": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "chromeos": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S"
            },
            "description": "Write usig chatGPT-Reply."
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "css\/inter.ttf"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}