goGPTgo

An app for enhance writing skill

goGPTgo란 무엇입니까?

goGPTgo은(는) chavdaakash123에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An app for enhance writing skill"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

goGPTgo 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 🪄                    

확장 프로그램 기본 정보

이름 goGPTgo goGPTgo
ID lnjfpppjiddgbjjkhkfbgbglghcmhppm
공식 URL https://chromewebstore.google.com/detail/gogptgo/lnjfpppjiddgbjjkhkfbgbglghcmhppm
설명 An app for enhance writing skill
파일 크기 232 KB
설치 횟수 217
현재 버전 0.0.12
최근 업데이트 2023-07-18
출시 날짜 2023-03-29
평점 3.67/5 총 3 개의 평점
개발자 chavdaakash123
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://gogptgo.com/
개인정보 보호 정책 페이지 URL https://gogptgo.com/privacy-policy.html
지원되는 언어 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 *"
    }
}