Chat GPT Reply

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

Hvad er Chat GPT Reply?

Chat GPT Reply er en Chrome-udvidelse udviklet af driveskydigital, og dens hovedfunktion er "Generate an email or message reply with one click using ChatGPT, or write in any input box on any website.".

Udvidelsesskærmbilleder

screenshot

Download Chat GPT Reply-udvidelses-CRX-fil

Download Chat GPT Reply-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Chat GPT Reply Chat GPT Reply
ID blmjpihalepofbadijebmekdfecfldgm
Officiel URL https://chromewebstore.google.com/detail/chat-gpt-reply/blmjpihalepofbadijebmekdfecfldgm
Beskrivelse Generate an email or message reply with one click using ChatGPT, or write in any input box on any website.
Filstørrelse 213 KB
Antal Installationer 1,000
Nuværende Version 1.0.0
Senest Opdateret 2023-06-05
Udgivelsesdato 2023-05-21
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler driveskydigital
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://skydigitaldrive.com/
Hjælpeside-URL https://skydigitaldrive.com/
URL til Fortrolighedspolitik Side http://skydigitaldrive.com/privacy.html
Understøttede Sprog 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:\/\/*\/*"
            ]
        }
    ]
}