Blixem | ChatGPT conversational sidebar

Access full ChatGPT features on every website with Blixem, including the ability to continue conversations across tabs.

Blixem | ChatGPT conversational sidebarคืออะไร?

Blixem | ChatGPT conversational sidebar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blixem.io และคุณลักษณะหลักของมันคือ "Access full ChatGPT features on every website with Blixem, including the ability to continue conversations across tabs."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Blixem | ChatGPT conversational sidebar

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

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

                        Blixem provides access to ChatGPT's full range of conversational capabilities on every tab you open. All chat history is available, so you can easily pick up where you left off in previous conversations. Enjoy a more seamless and convenient ChatGPT experience with the Blixem sidebar.

Features 
✔️Access ChatGPT's full conversational features
✔️Easily continue past conversations without starting over
✔️Maintain control over your chat history by updating or deleting conversations
✔️Utilize predefined prompts to simplify your interactions with ChatGPT
✔️Quickly add content to prompts by highlighting text

Get started with Blixem:
✔️ Open the Sidebar with a click on the Blixem icon pinned to the rig or Cmd/Ctrl + B
✔️ Access the popup with a quick click on the extension icon

Data Privacy
Blixem respects your privacy and does not gather any information about your interactions with ChatGPT, including the questions you ask, answers received, and the entire chat history. Your data is safe with Blixem.                    

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

ชื่อ Blixem | ChatGPT conversational sidebar Blixem | ChatGPT conversational sidebar
ID igcbaeppnhkchlkjlfeohlappemagalm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/blixem-chatgpt-conversati/igcbaeppnhkchlkjlfeohlappemagalm
คำอธิบาย Access full ChatGPT features on every website with Blixem, including the ability to continue conversations across tabs.
ขนาดไฟล์ 705 KB
จำนวนการติดตั้ง 1,618
เวอร์ชันปัจจุบัน 1.0.9
อัปเดตครั้งล่าสุด 2023-04-10
วันที่เผยแพร่ 2023-02-03
ผู้พัฒนา https://blixem.io
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://blixem.io/gpt/
URL หน้าช่วยเหลือ https://blixem.io/gpt/contact/
URL หน้านโยบายความเป็นส่วนตัว https://blixem.io/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Blixem | ChatGPT conversational sidebar",
    "homepage_url": "https:\/\/blixem.io\/gpt\/",
    "description": "Access full ChatGPT features on every website with Blixem, including the ability to continue conversations across tabs.",
    "version": "1.0.9",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_title": "Blixem | ChatGPT conversational sidebar"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.blixem.io\/*",
            "https:\/\/gpt.blixem.io\/*",
            "https:\/\/*.blixem.io\/*",
            "https:\/\/blixem.io\/*",
            "https:\/\/blixemchatgpt.b4a.app\/*"
        ]
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script.js-loader-2ea570c0.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "content.css",
                "index.html"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/IconBlixem-52026a60.js",
                "assets\/content-script.js-c20d8f8b.js"
            ],
            "use_dynamic_url": true
        }
    ]
}