SideBrain

Introducing SideBrain, The Ultimate ChatGPT user interface - Our chrome extension makes it easier than ever to use ChatGPT. It…

SideBrainคืออะไร?

SideBrain เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dineshpy07 และคุณลักษณะหลักของมันคือ "Introducing SideBrain, The Ultimate ChatGPT user interface - Our chrome extension makes it easier than ever to use ChatGPT. It…"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SideBrain

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

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

                        Introducing SideBrain, 

The Ultimate ChatGPT user interface - Our chrome extension makes it easier than ever to use ChatGPT. It allows you to access ChatGPT from any page you're browsing without having to navigate away. No more jumping back and forth between tabs!

The extension is incredibly user-friendly and easy to use. Simply install it in your Chrome/Brave/Arc browser, and you'll be able to quickly and easily access ChatGPT's powerful features. Whether you're looking for help with a specific task, need to ask a question, or just want to have a fun conversation, ChatGPT has got you covered

🎇 Use cases:
- Effortlessly rewrite selected text to improve your writing
- Easily research topics you're reading online with just a click
- Quickly summarise any text with just a few clicks
- Generate outline for a blog post on a topic of your choice

🪄 Features
- Chat with selected text on the page.
- Rewrite entire selected text.
- Rewrite selected text from a list of suggestions.
- Select writing tone.
- Chat history.
- Prompt Library.
- Categories with sensible default system messages to help ChatGPT respond better.

🔐Private by default. 
SideBrain license verification calls are made to our server. Every other API call are made directly from your browser. Your chats, chat history, Open AI API key are all stored in your browser storage.

We don't collect any other information directly. We use Lemon Squeezy for payments and they may collect necessary information required for the transaction to go through.

📝 Note: 
There is a free version available, which is limited to 3k Open AI tokens. Free version has all the features open for you to try.

To use the extension without any limits, you need to purchase a license. You can purchase it from here -> https://dineshs.lemonsqueezy.com/checkout/buy/329e78c1-1de6-431e-8a24-468eef5ee012

It's a one time purchase. You get all future updates & bug fixes for free.

🔙 30 day return policy: 
If you are not satisfied with the app, request for refund within 30 days of the purchase and we will refund 100%, no questions asked.

Send me an email for the refund ([email protected])

📧 Have any queries or doubts? send me an email at [email protected]                    

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

ชื่อ SideBrain SideBrain
ID afegcbfddhdgndgomphiglibapfodlll
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sidebrain/afegcbfddhdgndgomphiglibapfodlll
คำอธิบาย Introducing SideBrain, The Ultimate ChatGPT user interface - Our chrome extension makes it easier than ever to use ChatGPT. It…
ขนาดไฟล์ 157 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 0.4.8
อัปเดตครั้งล่าสุด 2023-07-20
วันที่เผยแพร่ 2023-04-11
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา dineshpy07
อีเมล [email protected]
ประเภทการชำระเงิน in_app
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SideBrain",
    "version": "0.4.8",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/side_brain_16.png",
        "48": "images\/side_brain_48.png",
        "128": "images\/side_brain_128.png"
    }
}