ChadView
Record audio from your computer in real-time and get answers from ChatGPT in your browser
ChadViewคืออะไร?
ChadView เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chadview.com และคุณลักษณะหลักของมันคือ "Record audio from your computer in real-time and get answers from ChatGPT in your browser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChadView
ดาวน์โหลดไฟล์ส่วนขยาย ChadView ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ChatGPT meeting assistant. Real-time answers during online meetings. Run our extension during your Zoom/Google Meet/Teams call. It listens to your meeting in real-time and answers any questions instantly.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ChadView |
ID | abdljfgddilapkcefolbagomojjkkhih |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chadview/abdljfgddilapkcefolbagomojjkkhih |
คำอธิบาย | Record audio from your computer in real-time and get answers from ChatGPT in your browser |
ขนาดไฟล์ | 323 KB |
จำนวนการติดตั้ง | 1,045 |
เวอร์ชันปัจจุบัน | 0.0.4 |
อัปเดตครั้งล่าสุด | 2023-10-10 |
วันที่เผยแพร่ | 2023-04-19 |
คะแนน | 2.14/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://chadview.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://chadview.com/ |
URL หน้าช่วยเหลือ | https://discord.com/invite/dzKs3v3KaW |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChadView", "description": "Record audio from your computer in real-time and get answers from ChatGPT in your browser", "version": "0.0.4", "manifest_version": 3, "permissions": [ "activeTab", "storage", "tabCapture", "scripting" ], "background": { "service_worker": "background.js" }, "options_page": "recorder.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "draggable.js", "recorder.js" ] } ], "web_accessible_resources": [ { "resources": [ "draggable.js", "recorder.js", "empty.html" ], "matches": [ " |