Chat GPT Reply

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

What is Chat GPT Reply?

Chat GPT Reply is a Chrome extension developed by driveskydigital, and its main feature is "Generate an email or message reply with one click using ChatGPT, or write in any input box on any website.".

Extension Screenshots

screenshot

Download Chat GPT Reply Extension CRX File

Download Chat GPT Reply extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Chat GPT Reply Chat GPT Reply
ID blmjpihalepofbadijebmekdfecfldgm
Official URL https://chromewebstore.google.com/detail/chat-gpt-reply/blmjpihalepofbadijebmekdfecfldgm
Description Generate an email or message reply with one click using ChatGPT, or write in any input box on any website.
File Size 213 KB
Installation Count 1,000
Current Version 1.0.0
Last Updated 2023-06-05
Publish Date 2023-05-21
Rating 5.00/5 Total 3 Ratings
Developer driveskydigital
Email [email protected]
Payment Type free
Extension Website https://skydigitaldrive.com/
Help Page URL https://skydigitaldrive.com/
Privacy Policy Page URL http://skydigitaldrive.com/privacy.html
Supported Languages 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:\/\/*\/*"
            ]
        }
    ]
}