GPT Everywhere (correctify.ai)

Use ChatGPT in any textbox in the Web

Qu'est-ce que GPT Everywhere (correctify.ai) ?

GPT Everywhere (correctify.ai) est une extension Chrome développée par An, et sa fonction principale est "Use ChatGPT in any textbox in the Web".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension GPT Everywhere (correctify.ai)

Téléchargez les fichiers d'extension GPT Everywhere (correctify.ai) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom GPT Everywhere (correctify.ai) GPT Everywhere (correctify.ai)
ID ogadbjnbphlcnchimpklmdlbnmghlcbe
URL Officiel https://chromewebstore.google.com/detail/gpt-everywhere-correctify/ogadbjnbphlcnchimpklmdlbnmghlcbe
Description Use ChatGPT in any textbox in the Web
Taille du Fichier 515 KB
Nombre d'Installations 194
Version Actuelle 0.0.2
Dernière Mise à Jour 2023-04-12
Date de Publication 2023-04-10
Développeur An
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://correctify.ai
URL de la Page de Politique de Confidentialité https://correctify.ai/privacy-policy
Langues Prises en Charge 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": [
        "*:\/\/*\/*"
    ]
}