AI Interviewer
Plugin for Chat GPT for taking interview based on pre defined prompts . The prompts are customisable and easy to add . With support…
What is AI Interviewer?
AI Interviewer is a Chrome extension developed by rishabhc329, and its main feature is "Plugin for Chat GPT for taking interview based on pre defined prompts . The prompts are customisable and easy to add . With support…".
Extension Screenshots
Download AI Interviewer Extension CRX File
Download AI Interviewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | AI Interviewer |
ID | aeegmngekbdfhijgkbnaigdbjbobipoi |
Official URL | 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… |
File Size | 60.16 KB |
Installation Count | 33 |
Current Version | 1.3 |
Last Updated | 2023-06-23 |
Publish Date | 2023-06-23 |
Developer | rishabhc329 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/rohanakar/ai-interview-extension |
Supported Languages | 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" ] } ] } |