GPT Everywhere (correctify.ai)

Use ChatGPT in any textbox in the Web

Vad är GPT Everywhere (correctify.ai)?

GPT Everywhere (correctify.ai) är en Chrome-tillägg utvecklad av An, och dess huvudfunktion är "Use ChatGPT in any textbox in the Web".

Tilläggsskärmbilder

Ladda ner GPT Everywhere (correctify.ai)-förlängningens CRX-fil

Ladda ner GPT Everywhere (correctify.ai)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn GPT Everywhere (correctify.ai) GPT Everywhere (correctify.ai)
ID ogadbjnbphlcnchimpklmdlbnmghlcbe
Officiell webbadress https://chromewebstore.google.com/detail/gpt-everywhere-correctify/ogadbjnbphlcnchimpklmdlbnmghlcbe
Beskrivning Use ChatGPT in any textbox in the Web
Filstorlek 515 KB
Antal Installationer 194
Aktuell Version 0.0.2
Senast Uppdaterad 2023-04-12
Publiceringsdatum 2023-04-10
Utvecklare An
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://correctify.ai
URL till Sekretesspolicy Sidan https://correctify.ai/privacy-policy
Stödda Språk 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": [
        "*:\/\/*\/*"
    ]
}