SidePanel for Bard and GPT-4 Google Search

SideBard Side Panel for Bard and Google Search integration with OpenAI ChatGPT, web access enabled by WebGPT plugin.

SidePanel for Bard and GPT-4 Google Searchคืออะไร?

SidePanel for Bard and GPT-4 Google Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gpt4search.net และคุณลักษณะหลักของมันคือ "SideBard Side Panel for Bard and Google Search integration with OpenAI ChatGPT, web access enabled by WebGPT plugin."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SidePanel for Bard and GPT-4 Google Search

ดาวน์โหลดไฟล์ส่วนขยาย SidePanel for Bard and GPT-4 Google Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        With SidePanel for Bard, you can seamlessly integrate ChatGPT and Bard into your Google Search queries, unleashing their combined power to provide you with answers, insights, and information like never before. No need to switch between tabs or platforms; it's all right there in one place.

Do you love the way Bing Chat integrates with its search engine and provides helpful web results alongside chatbot conversations? Well, now you can enjoy the same experience with ChatGPT and Bard on Google Search with our Chrome Extension!

So you can ask it questions about anything you come across on the internet. Whether you're looking for the latest breakthroughs in artificial intelligence from OpenAI, GPT-4 and Bard has got you covered.

Our extension also adds relevant web results using GPT-4, ensuring that you get the most accurate and comprehensive information possible. Say goodbye to vague and unhelpful answers, and hello to insightful and informative conversations.

Update 1.9
Added Bard SidePanel

Update 1.6
Fixed Google integration
Update 1.5
Added send button, languages support
Update 1.4
added mobile support 
Update 1.3
-added drop down switch between ChatGPT and GPT4
-fixed a lot of bugs 
Update 1.2
-Switched to GPT-4 for better results
Update 1.1 
-Added chatGPT tab to Bing Search                    

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

ชื่อ SidePanel for Bard and GPT-4 Google Search SidePanel for Bard and GPT-4 Google Search
ID bkkkaebljlanbmkbkajelmjgcmgaiapd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sidepanel-for-bard-and-gp/bkkkaebljlanbmkbkajelmjgcmgaiapd
คำอธิบาย SideBard Side Panel for Bard and Google Search integration with OpenAI ChatGPT, web access enabled by WebGPT plugin.
ขนาดไฟล์ 137 KB
จำนวนการติดตั้ง 6,807
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2023-10-16
วันที่เผยแพร่ 2023-03-11
คะแนน 4.38/5 รวมทั้งหมด 52 คะแนน
ผู้พัฒนา https://gpt4search.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://discord.gg/88fQT5Bgfe
URL หน้าช่วยเหลือ https://discord.gg/88fQT5Bgfe
ภาษาที่รองรับ de,en,fr,nl,es,it,pl,fi,sv,ru,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SidePanel for Bard and GPT-4 Google Search",
    "description": "__MSG_appDesc__",
    "version": "2.0",
    "default_locale": "en",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/",
        "https:\/\/bard.google.com\/"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "side_panel": {
        "default_path": "sidepanel\/index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "sidePanel"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "world": "MAIN",
            "matches": [
                "https:\/\/bard.google.com\/chat*"
            ],
            "js": [
                "google.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "contentHtml.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}