goGPTgo

An app for enhance writing skill

Co je goGPTgo?

goGPTgo je rozšíření Chrome vyvinuté chavdaakash123, a jeho hlavní funkcí je „An app for enhance writing skill“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření goGPTgo

Stáhněte si soubory rozšíření goGPTgo ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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 🪄                    

Základní Informace o Rozšíření

Název goGPTgo goGPTgo
ID lnjfpppjiddgbjjkhkfbgbglghcmhppm
Oficiální URL https://chromewebstore.google.com/detail/gogptgo/lnjfpppjiddgbjjkhkfbgbglghcmhppm
Popis An app for enhance writing skill
Velikost souboru 232 KB
Počet instalací 217
Aktuální Verze 0.0.12
Poslední Aktualizace 2023-07-18
Datum Vydání 2023-03-29
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář chavdaakash123
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://gogptgo.com/
URL Stránky Zásad Ochrany Soukromí https://gogptgo.com/privacy-policy.html
Podporované Jazyky 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 *"
    }
}