AI Interviewer
Plugin for Chat GPT for taking interview based on pre defined prompts . The prompts are customisable and easy to add . With support…
Co to jest AI Interviewer?
AI Interviewer to rozszerzenie Chrome opracowane przez rishabhc329, a jego główną funkcją jest „Plugin for Chat GPT for taking interview based on pre defined prompts . The prompts are customisable and easy to add . With support…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia AI Interviewer
Pobierz pliki rozszerzeń AI Interviewer 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
Plugin for Chat GPT for taking interview based on pre defined prompts . The prompts are customisable and easy to add . With support of taking users voice as an input for answering GPT's Questions
Podstawowe informacje o rozszerzeniu
Nazwa | AI Interviewer |
ID | aeegmngekbdfhijgkbnaigdbjbobipoi |
Oficjalny URL | https://chromewebstore.google.com/detail/ai-interviewer/aeegmngekbdfhijgkbnaigdbjbobipoi |
Opis | Plugin for Chat GPT for taking interview based on pre defined prompts . The prompts are customisable and easy to add . With support… |
Rozmiar pliku | 60.16 KB |
Liczba instalacji | 33 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2023-06-23 |
Data Publikacji | 2023-06-23 |
Deweloper | rishabhc329 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/rohanakar/ai-interview-extension |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AI Interviewer", "version": "1.3", "permissions": [ "activeTab", "storage" ], "action": { "default_popup": "popup.html" }, "icons": { "48": "48.png", "128": "128.png" }, "options_page": "settings.html", "content_scripts": [ { "matches": [ "http:\/\/chat.openai.com\/*", "https:\/\/chat.openai.com\/*" ], "js": [ "content.js" ], "css": [ "content.css" ] } ] } |