AI Interviewer

Plugin for Chat GPT for taking interview based on pre defined prompts . The prompts are customisable and easy to add . With support…

Cos'è AI Interviewer?

AI Interviewer è un'estensione di Chrome sviluppata da rishabhc329, e la sua funzione principale è "Plugin for Chat GPT for taking interview based on pre defined prompts . The prompts are customisable and easy to add . With support…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione AI Interviewer

Scarica i file di estensione AI Interviewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome AI Interviewer AI Interviewer
ID aeegmngekbdfhijgkbnaigdbjbobipoi
URL Ufficiale https://chromewebstore.google.com/detail/ai-interviewer/aeegmngekbdfhijgkbnaigdbjbobipoi
Descrizione Plugin for Chat GPT for taking interview based on pre defined prompts . The prompts are customisable and easy to add . With support…
Dimensione del File 60.16 KB
Conteggio Installazioni 33
Versione Corrente 1.3
Ultimo Aggiornamento 2023-06-23
Data di Pubblicazione 2023-06-23
Sviluppatore rishabhc329
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/rohanakar/ai-interview-extension
Lingue Supportate 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"
            ]
        }
    ]
}