goGPTgo

An app for enhance writing skill

Was ist goGPTgo?

goGPTgo ist eine Chrome-Erweiterung, die von chavdaakash123 entwickelt wurde, und ihr Hauptmerkmal ist "An app for enhance writing skill".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

goGPTgo-Erweiterungs-CRX-Datei herunterladen

Laden Sie goGPTgo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Use ChatGPT on any tab without copy-pasting
Supercharge your productivity by using ChatGPT on any tab without hassle of copy-pasting with our easy-to-use Chrome extension.

Improve your writing, generate blog posts and crush coding issues with ChatGPT keyboard shortcut.

💌 Write emails like a native speaker
Feel confident about your grammar, spelling and writing style. Simply select the text and press Ctrl/Alt + G 🤯

🔍 Get human-like answers to your searches
Get the answer you need instantly, without searching through pages of Google results. Don't press anything. We've got you covered 👌

👍 Boost your social engagement
Generate post drafts for your social media in case you are stuck or have run out of ideas. Simply press Ctrl/Alt + G 😎

👩🏼‍💻 Fix code bugs 10x faster
Quickly get code explanations and answers to hard coding issues not answered on StackOverflow. Right, again press Ctrl/Alt + G 🪄                    

Grundlegende Informationen zur Erweiterung

Name goGPTgo goGPTgo
ID lnjfpppjiddgbjjkhkfbgbglghcmhppm
Offizielle URL https://chromewebstore.google.com/detail/gogptgo/lnjfpppjiddgbjjkhkfbgbglghcmhppm
Beschreibung An app for enhance writing skill
Dateigröße 232 KB
Installationsanzahl 217
Aktuelle Version 0.0.12
Letztes Update 2023-07-18
Veröffentlichungsdatum 2023-03-29
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler chavdaakash123
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://gogptgo.com/
URL der Datenschutzrichtlinien-Seite https://gogptgo.com/privacy-policy.html
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "goGPTgo",
    "name": "goGPTgo",
    "manifest_version": 3,
    "version": "0.0.12",
    "description": "An app for enhance writing skill",
    "action": [],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.js",
                "main.js",
                "onboarding.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src *"
    }
}