ChadView
Record audio from your computer in real-time and get answers from ChatGPT in your browser
什麼是ChadView?
ChadView是由https://chadview.com開發的Chrome擴展程式,該擴展的主要功能是“Record audio from your computer in real-time and get answers from ChatGPT in your browser”。
擴展截圖
下載ChadView擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | abdljfgddilapkcefolbagomojjkkhih |
| 官方網址 | 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": [
" | |