EasyGPT

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

Cos'è EasyGPT?

EasyGPT è un'estensione di Chrome sviluppata da Expertzz, e la sua funzione principale è "EasyGPT is a user-friendly interface designed to streamline your experience with ChatGPT, allowing you to harness the power of AI…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione EasyGPT

Scarica i file di estensione EasyGPT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome EasyGPT EasyGPT
ID clndenahmfgcghljfaphfbejgpncieij
URL Ufficiale https://chromewebstore.google.com/detail/easygpt/clndenahmfgcghljfaphfbejgpncieij
Descrizione EasyGPT is a user-friendly interface designed to streamline your experience with ChatGPT, allowing you to harness the power of AI…
Dimensione del File 336 KB
Conteggio Installazioni 52
Versione Corrente 1.0.2
Ultimo Aggiornamento 2023-05-25
Data di Pubblicazione 2023-05-09
Sviluppatore Expertzz
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://expertzz.com/data-privacy
Lingue Supportate 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"
    }
}