AI Interviewer
Plugin for Chat GPT for taking interview based on pre defined prompts . The prompts are customisable and easy to add . With support…
Wat is AI Interviewer?
AI Interviewer is een Chrome-extensie ontwikkeld door rishabhc329, en de belangrijkste functie is "Plugin for Chat GPT for taking interview based on pre defined prompts . The prompts are customisable and easy to add . With support…".
Extensie Screenshots
Download het CRX-bestand van de extensie AI Interviewer
Download AI Interviewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | AI Interviewer |
ID | aeegmngekbdfhijgkbnaigdbjbobipoi |
Officiële URL | https://chromewebstore.google.com/detail/ai-interviewer/aeegmngekbdfhijgkbnaigdbjbobipoi |
Beschrijving | Plugin for Chat GPT for taking interview based on pre defined prompts . The prompts are customisable and easy to add . With support… |
Bestandsgrootte | 60.16 KB |
Aantal Installaties | 33 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2023-06-23 |
Publicatiedatum | 2023-06-23 |
Ontwikkelaar | rishabhc329 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/rohanakar/ai-interview-extension |
Ondersteunde Talen | 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" ] } ] } |