GPT Everywhere (correctify.ai)

Use ChatGPT in any textbox in the Web

Cos'è GPT Everywhere (correctify.ai)?

GPT Everywhere (correctify.ai) è un'estensione di Chrome sviluppata da An, e la sua funzione principale è "Use ChatGPT in any textbox in the Web".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione GPT Everywhere (correctify.ai)

Scarica i file di estensione GPT Everywhere (correctify.ai) 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

                        Privacy-friendly Chrome extension to generate contents using OpenAI API, with your own Token. All sites are supported, even Gmail or Google Sheets.                    

Informazioni di Base sull'Estensione

Nome GPT Everywhere (correctify.ai) GPT Everywhere (correctify.ai)
ID ogadbjnbphlcnchimpklmdlbnmghlcbe
URL Ufficiale https://chromewebstore.google.com/detail/gpt-everywhere-correctify/ogadbjnbphlcnchimpklmdlbnmghlcbe
Descrizione Use ChatGPT in any textbox in the Web
Dimensione del File 515 KB
Conteggio Installazioni 194
Versione Corrente 0.0.2
Ultimo Aggiornamento 2023-04-12
Data di Pubblicazione 2023-04-10
Sviluppatore An
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://correctify.ai
URL della Pagina della Politica sulla Privacy https://correctify.ai/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.0.2",
    "author": "Duc An",
    "name": "GPT Everywhere (correctify.ai)",
    "description": "Use ChatGPT in any textbox in the Web",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contents.7868605b.js"
            ],
            "all_frames": true,
            "css": []
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}