ChatGPT Sidebar for Chrome

Use ChatGPT in sidebar. You won't need to waste time swiching between ChatGPT and other tabs.

ChatGPT Sidebar for Chromeคืออะไร?

ChatGPT Sidebar for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GPTcore Studio และคุณลักษณะหลักของมันคือ "Use ChatGPT in sidebar. You won't need to waste time swiching between ChatGPT and other tabs."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT Sidebar for Chrome

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

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

                        No wasting time anymore!
Use ChatGPT Sidebar to use ChatGPT in all tabs, instead of switching between browser tabs.

You need to have an OpenAI Account.                    

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

ชื่อ ChatGPT Sidebar for Chrome ChatGPT Sidebar for Chrome
ID ofoglgkkfchhiomfffhgeeeklfbnncpf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-sidebar-for-chrom/ofoglgkkfchhiomfffhgeeeklfbnncpf
คำอธิบาย Use ChatGPT in sidebar. You won't need to waste time swiching between ChatGPT and other tabs.
ขนาดไฟล์ 1.25 MB
จำนวนการติดตั้ง 228
เวอร์ชันปัจจุบัน 1.0.0.0
อัปเดตครั้งล่าสุด 2023-09-11
วันที่เผยแพร่ 2023-09-11
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา GPTcore Studio
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://gptcorestudio.netlify.app
URL หน้านโยบายความเป็นส่วนตัว https://gptcorestudio.com/legal/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Sidebar for Chrome",
    "description": "Use ChatGPT in sidebar. You won't need to waste time swiching between ChatGPT and other tabs.",
    "version": "1.0.0.0",
    "background": {
        "service_worker": "\/background.js"
    },
    "icons": {
        "16": "\/assets\/images\/ChatGPTIcon.png",
        "48": "\/assets\/images\/ChatGPTIcon.png",
        "128": "\/assets\/images\/ChatGPTIcon.png"
    },
    "side_panel": {
        "default_path": "panel.html",
        "openPanelOnActionClick": true
    },
    "offline_enabled": true,
    "permissions": [
        "sidePanel"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "\/background.js"
            ]
        }
    ]
}