Chapa - Your AI Assistant powered by GPT

Discover a smarter way to browse with GPT - chat, context aware, and text correction powered by advanced GPT technology.

Chapa - Your AI Assistant powered by GPTคืออะไร?

Chapa - Your AI Assistant powered by GPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chapagpt และคุณลักษณะหลักของมันคือ "Discover a smarter way to browse with GPT - chat, context aware, and text correction powered by advanced GPT technology."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chapa - Your AI Assistant powered by GPT

ดาวน์โหลดไฟล์ส่วนขยาย Chapa - Your AI Assistant powered by GPT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        🌟 Essential AI-Powered Browser Assistant

Unleash the magic of ChapaGPT, your go-to AI companion for an empowered browsing experience. It's fast, it's smart, and it's here to revolutionize your digital tasks ✨.

🔹 Chat About:
- Easy chat for discussing documents and webpages.
- Web access for GPT.
- GPT-4 turbo.

🔹 Magic Answer:
- Generate context-based messages with a single click.
- Works with LinkedIn, Outlook, Yahoo Mail, Twitter, and Gmail.

🔹 Magic Button:
- Fixes grammar on-the-fly.
- Improve messages.
- Enhances messages across platforms.

🔹 Quick highlights:
- Summarize content in a flash
- Right-click functions for swift explanations
- Customize to your preference
- Full history management
- Post generator

Unlock the power of GPT-4 and take control of your online world with simplified, yet powerful features. Boost productivity and stay ahead with ChapaGPT.

For a monthly fee of 12 EUR, the Pro version offers you the following benefits:
1. Unlimited access to GPT-4
2. Unlimited interactions with chat for documents/websites
3. Unlimited use of the auto-reply feature
4. No limits on the Magic Button usage
5. Exclusive access to the Pro Assistant
6. Entry to the advanced summarization tool
7. Freedom to generate an unlimited number of prompts
8. Enhanced response speeds

Questions, Collaboration, Any? Reach out at [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Chapa - Your AI Assistant powered by GPT Chapa - Your AI Assistant powered by GPT
ID lhdjjndpipjcmlbkglbaphamfpjiiipo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chapa-your-ai-assistant-p/lhdjjndpipjcmlbkglbaphamfpjiiipo
คำอธิบาย Discover a smarter way to browse with GPT - chat, context aware, and text correction powered by advanced GPT technology.
ขนาดไฟล์ 1.86 MB
จำนวนการติดตั้ง 6,888
เวอร์ชันปัจจุบัน 1.5.4
อัปเดตครั้งล่าสุด 2024-02-02
วันที่เผยแพร่ 2023-04-12
คะแนน 4.60/5 รวมทั้งหมด 42 คะแนน
ผู้พัฒนา chapagpt
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://chapagpt.com/
URL หน้าช่วยเหลือ https://discord.com/invite/ZJmrvnnXZf
URL หน้านโยบายความเป็นส่วนตัว https://chapagpt.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chapa - Your AI Assistant powered by GPT",
    "version": "1.5.4",
    "description": "Discover a smarter way to browse with GPT - chat, context aware, and text correction powered by advanced GPT technology.",
    "manifest_version": 3,
    "action": [],
    "icons": {
        "16": "icon-bold-64.png",
        "48": "icon-bold-64.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "chatScript.js",
                "magicScript.js",
                "helperScript.js",
                "askWidgetScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "chat.html",
                "magic.html",
                "magic.svg",
                "reply-fill.svg",
                "reply-fill-dark.svg",
                "welcome.html",
                "introducing.html",
                "icon.png",
                "icon2.png",
                "drag.png",
                "improve.svg",
                "loader.svg",
                "error-warning-fill.svg",
                "icon.svg",
                "icon-v2.svg",
                "question-lg.svg",
                "window-split.svg",
                "window-splitDark.svg",
                "window.svg",
                "windowDark.svg",
                "gear-fill.svg",
                "plus-lg.svg",
                "file-earmark-text-fill.svg",
                "paw.svg",
                "pawDark.svg",
                "close.svg",
                "magicDark.svg",
                "gear-fillDark.svg",
                "chapa.svg",
                "chapaDark.svg",
                "chapaHover.svg",
                "chapaDarkHover.svg",
                "chapaGPT3.svg",
                "chapaGPT4.svg",
                "file-earmark-text-fill-dark.svg",
                "plus-lg-dark.svg",
                "gift.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background-service-worker.js"
    }
}