goGPTgo

An app for enhance writing skill

goGPTgo là gì?

goGPTgo là một tiện ích mở rộng Chrome được phát triển bởi chavdaakash123, và tính năng chính của nó là "An app for enhance writing skill".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng goGPTgo

Tải xuống các tệp mở rộng goGPTgo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 🪄                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên goGPTgo goGPTgo
ID lnjfpppjiddgbjjkhkfbgbglghcmhppm
URL Chính Thức https://chromewebstore.google.com/detail/gogptgo/lnjfpppjiddgbjjkhkfbgbglghcmhppm
Mô tả An app for enhance writing skill
Kích Thước Tệp 232 KB
Số Lần Cài Đặt 217
Phiên Bản Hiện Tại 0.0.12
Cập Nhật Lần Cuối 2023-07-18
Ngày Phát Hành 2023-03-29
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển chavdaakash123
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://gogptgo.com/
URL Trang Chính Sách Bảo Mật https://gogptgo.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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 *"
    }
}