GPT Everywhere (correctify.ai)

Use ChatGPT in any textbox in the Web

Apa itu GPT Everywhere (correctify.ai)?

GPT Everywhere (correctify.ai) adalah ekstensi Chrome yang dikembangkan oleh An, dan fitur utamanya adalah "Use ChatGPT in any textbox in the Web".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi GPT Everywhere (correctify.ai)

Unduh file ekstensi GPT Everywhere (correctify.ai) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama GPT Everywhere (correctify.ai) GPT Everywhere (correctify.ai)
ID ogadbjnbphlcnchimpklmdlbnmghlcbe
URL Resmi https://chromewebstore.google.com/detail/gpt-everywhere-correctify/ogadbjnbphlcnchimpklmdlbnmghlcbe
Deskripsi Use ChatGPT in any textbox in the Web
Ukuran File 515 KB
Jumlah Instalasi 194
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2023-04-12
Tanggal Publikasi 2023-04-10
Pengembang An
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://correctify.ai
URL Halaman Kebijakan Privasi https://correctify.ai/privacy-policy
Bahasa yang Didukung 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": [
        "*:\/\/*\/*"
    ]
}