AI Interviewer
Plugin for Chat GPT for taking interview based on pre defined prompts . The prompts are customisable and easy to add . With support…
Apa itu AI Interviewer?
AI Interviewer adalah ekstensi Chrome yang dikembangkan oleh rishabhc329, dan fitur utamanya adalah "Plugin for Chat GPT for taking interview based on pre defined prompts . The prompts are customisable and easy to add . With support…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AI Interviewer
Unduh file ekstensi AI Interviewer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | AI Interviewer |
ID | aeegmngekbdfhijgkbnaigdbjbobipoi |
URL Resmi | https://chromewebstore.google.com/detail/ai-interviewer/aeegmngekbdfhijgkbnaigdbjbobipoi |
Deskripsi | Plugin for Chat GPT for taking interview based on pre defined prompts . The prompts are customisable and easy to add . With support… |
Ukuran File | 60.16 KB |
Jumlah Instalasi | 33 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2023-06-23 |
Tanggal Publikasi | 2023-06-23 |
Pengembang | rishabhc329 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/rohanakar/ai-interview-extension |
Bahasa yang Didukung | 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" ] } ] } |