Bing Chat For Chrome Bing Unchained
Use new Bing Chat in Chrome. Bing Chat For Chrome Bing Unchained
Bing Chat For Chrome Bing Unchained란 무엇입니까?
Bing Chat For Chrome Bing Unchained은(는) Bing Chat에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use new Bing Chat in Chrome. Bing Chat For Chrome Bing Unchained"입니다.
확장 프로그램 스크린샷
Bing Chat For Chrome Bing Unchained 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Use new Bing Chat in Chrome. Bing Chat For Chrome Bing Unchained Bing AI Chat in Chrome
확장 프로그램 기본 정보
이름 | Bing Chat For Chrome Bing Unchained |
ID | jfeemlljlgfhbahdlpjaldohmlgjdkik |
공식 URL | https://chromewebstore.google.com/detail/bing-chat-for-chrome-bing/jfeemlljlgfhbahdlpjaldohmlgjdkik |
설명 | Use new Bing Chat in Chrome. Bing Chat For Chrome Bing Unchained |
파일 크기 | 23.38 KB |
설치 횟수 | 468 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2023-08-23 |
출시 날짜 | 2023-08-23 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Bing Chat |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | id,en,en-GB,en-US,fr,vi,hi,kn-IN,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "action": [], "background": { "service_worker": "background.js" }, "commands": { "open-bing": { "description": "Bing Chat" } }, "content_scripts": [ { "js": [ "content-script.js" ], "matches": [ "https:\/\/*.bing.com\/search*" ] } ], "declarative_net_request": { "rule_resources": [ { "enabled": true, "id": "modify_ua_header", "path": "rules.json" } ] }, "default_locale": "en", "description": "__MSG_appDesc__", "host_permissions": [ "https:\/\/*.bing.com\/*", "https:\/\/app-how-to-use-it.com\/*" ], "icons": { "128": "logo.png", "16": "logo.png", "32": "logo.png", "48": "logo.png" }, "manifest_version": 3, "name": "__MSG_appName__", "permissions": [ "storage", "declarativeNetRequest" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.1" } |