AI Interviewer
Plugin for Chat GPT for taking interview based on pre defined prompts . The prompts are customisable and easy to add . With support…
Qu'est-ce que AI Interviewer ?
AI Interviewer est une extension Chrome développée par rishabhc329, et sa fonction principale est "Plugin for Chat GPT for taking interview based on pre defined prompts . The prompts are customisable and easy to add . With support…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AI Interviewer
Téléchargez les fichiers d'extension AI Interviewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | AI Interviewer |
ID | aeegmngekbdfhijgkbnaigdbjbobipoi |
URL Officiel | https://chromewebstore.google.com/detail/ai-interviewer/aeegmngekbdfhijgkbnaigdbjbobipoi |
Description | Plugin for Chat GPT for taking interview based on pre defined prompts . The prompts are customisable and easy to add . With support… |
Taille du Fichier | 60.16 KB |
Nombre d'Installations | 33 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2023-06-23 |
Date de Publication | 2023-06-23 |
Développeur | rishabhc329 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/rohanakar/ai-interview-extension |
Langues Prises en Charge | 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" ] } ] } |