GPT Everywhere (correctify.ai)

Use ChatGPT in any textbox in the Web

¿Qué es GPT Everywhere (correctify.ai)?

GPT Everywhere (correctify.ai) es una extensión de Chrome desarrollada por An, y su función principal es "Use ChatGPT in any textbox in the Web".

Capturas de Pantalla de la Extensión

Descargar Archivo CRX de la Extensión GPT Everywhere (correctify.ai)

Descarga archivos de extensión GPT Everywhere (correctify.ai) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre GPT Everywhere (correctify.ai) GPT Everywhere (correctify.ai)
ID ogadbjnbphlcnchimpklmdlbnmghlcbe
URL Oficial https://chromewebstore.google.com/detail/gpt-everywhere-correctify/ogadbjnbphlcnchimpklmdlbnmghlcbe
Descripción Use ChatGPT in any textbox in the Web
Tamaño del Archivo 515 KB
Cantidad de Instalaciones 194
Versión Actual 0.0.2
Última Actualización 2023-04-12
Fecha de Publicación 2023-04-10
Desarrollador An
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://correctify.ai
URL de la Página de Política de Privacidad https://correctify.ai/privacy-policy
Idiomas Soportados 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": [
        "*:\/\/*\/*"
    ]
}