AI Interviewer
Plugin for Chat GPT for taking interview based on pre defined prompts . The prompts are customisable and easy to add . With support…
O que é AI Interviewer?
AI Interviewer é uma extensão do Chrome desenvolvida por rishabhc329, e sua principal característica é "Plugin for Chat GPT for taking interview based on pre defined prompts . The prompts are customisable and easy to add . With support…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AI Interviewer
Baixe arquivos de extensão AI Interviewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | AI Interviewer |
ID | aeegmngekbdfhijgkbnaigdbjbobipoi |
URL Oficial | https://chromewebstore.google.com/detail/ai-interviewer/aeegmngekbdfhijgkbnaigdbjbobipoi |
Descrição | Plugin for Chat GPT for taking interview based on pre defined prompts . The prompts are customisable and easy to add . With support… |
Tamanho do Arquivo | 60.16 KB |
Contagem de Instalações | 33 |
Versão Atual | 1.3 |
Última Atualização | 2023-06-23 |
Data de Publicação | 2023-06-23 |
Desenvolvedor | rishabhc329 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/rohanakar/ai-interview-extension |
Idiomas Suportados | 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" ] } ] } |