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은(는) https://blixem.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Access full ChatGPT features on every website with Blixem, including the ability to continue conversations across tabs."입니다.
확장 프로그램 스크린샷
Blixem | ChatGPT conversational sidebar 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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": [ " |