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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bing Chat และคุณลักษณะหลักของมันคือ "Use new Bing Chat in Chrome. Bing Chat For Chrome Bing Unchained"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bing Chat For Chrome Bing Unchained

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

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

                        Use new Bing Chat in Chrome. Bing Chat For Chrome Bing Unchained

Bing AI Chat in Chrome                    

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

ชื่อ Bing Chat For Chrome Bing Unchained 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"
}