EasyGPT

EasyGPT is a user-friendly interface designed to streamline your experience with ChatGPT, allowing you to harness the power of AI…

Hvad er EasyGPT?

EasyGPT er en Chrome-udvidelse udviklet af Expertzz, og dens hovedfunktion er "EasyGPT is a user-friendly interface designed to streamline your experience with ChatGPT, allowing you to harness the power of AI…".

Udvidelsesskærmbilleder

screenshot

Download EasyGPT-udvidelses-CRX-fil

Download EasyGPT-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

                        EasyGPT is a user-friendly interface designed to streamline your experience with ChatGPT, allowing you to harness the power of AI by simply selecting options from drop-down menus. This intuitive platform enables users to effortlessly define their role, task, tone, output format, and subject matter, ensuring that your interaction with ChatGPT is both efficient and effective. By incorporating EasyGPT's seamless navigation system, users can optimize their use of ChatGPT, opening doors to a wide array of applications across industries and disciplines.                    

Grundlæggende oplysninger om udvidelsen

Navn EasyGPT EasyGPT
ID clndenahmfgcghljfaphfbejgpncieij
Officiel URL https://chromewebstore.google.com/detail/easygpt/clndenahmfgcghljfaphfbejgpncieij
Beskrivelse EasyGPT is a user-friendly interface designed to streamline your experience with ChatGPT, allowing you to harness the power of AI…
Filstørrelse 336 KB
Antal Installationer 52
Nuværende Version 1.0.2
Senest Opdateret 2023-05-25
Udgivelsesdato 2023-05-09
Udvikler Expertzz
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side http://expertzz.com/data-privacy
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "EasyGPT",
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}