ChattyBuddy
ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web.
ChattyBuddyคืออะไร?
ChattyBuddy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chattybuddy และคุณลักษณะหลักของมันคือ "ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChattyBuddy
ดาวน์โหลดไฟล์ส่วนขยาย ChattyBuddy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ChattyBuddy is a highly convenient and innovative Chrome extension that seamlessly integrates with your browsing experience. With Buddy, an advanced AI-powered chatbot, at your fingertips, you can engage in interesting conversations on a wide range of topics while browsing the internet. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | aepfjmmhegafegjdjjeibidefhdccenj |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chattybuddy/aepfjmmhegafegjdjjeibidefhdccenj |
| คำอธิบาย | ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web. |
| ขนาดไฟล์ | 23.23 KB |
| จำนวนการติดตั้ง | 412 |
| เวอร์ชันปัจจุบัน | 1.2 |
| อัปเดตครั้งล่าสุด | 2023-04-04 |
| วันที่เผยแพร่ | 2023-03-16 |
| ผู้พัฒนา | chattybuddy |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| URL หน้านโยบายความเป็นส่วนตัว | https://chattybuddy.io/privacy.html |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ChattyBuddy",
"version": "1.2",
"description": "ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web.",
"icons": {
"128": "icon.jpg"
},
"action": {
"default_title": "ChattyBuddy",
"default_icon": "icon.jpg"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"contextMenus",
"storage",
"activeTab",
"scripting"
],
"web_accessible_resources": [
{
"resources": [
"mark.js"
],
"matches": [
"*:\/\/*.chattybuddy.io\/*"
]
}
]
} | |