ChadView
Record audio from your computer in real-time and get answers from ChatGPT in your browser
Co to jest ChadView?
ChadView to rozszerzenie Chrome opracowane przez https://chadview.com, a jego główną funkcją jest „Record audio from your computer in real-time and get answers from ChatGPT in your browser”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ChadView
Pobierz pliki rozszerzeń ChadView w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | ChadView |
ID | abdljfgddilapkcefolbagomojjkkhih |
Oficjalny URL | https://chromewebstore.google.com/detail/chadview/abdljfgddilapkcefolbagomojjkkhih |
Opis | Record audio from your computer in real-time and get answers from ChatGPT in your browser |
Rozmiar pliku | 323 KB |
Liczba instalacji | 1,045 |
Aktualna Wersja | 0.0.4 |
Ostatnia Aktualizacja | 2023-10-10 |
Data Publikacji | 2023-04-19 |
Ocena | 2.14/5 Łącznie 7 Oceny |
Deweloper | https://chadview.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://chadview.com/ |
Adres URL Strony Pomocy | https://discord.com/invite/dzKs3v3KaW |
Obsługiwane Języki | 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": [ " |