AI Interviewer

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

Co je AI Interviewer?

AI Interviewer je rozšíření Chrome vyvinuté rishabhc329, a jeho hlavní funkcí je „Plugin for Chat GPT for taking interview based on pre defined prompts . The prompts are customisable and easy to add . With support…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření AI Interviewer

Stáhněte si soubory rozšíření AI Interviewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název AI Interviewer AI Interviewer
ID aeegmngekbdfhijgkbnaigdbjbobipoi
Oficiální URL https://chromewebstore.google.com/detail/ai-interviewer/aeegmngekbdfhijgkbnaigdbjbobipoi
Popis Plugin for Chat GPT for taking interview based on pre defined prompts . The prompts are customisable and easy to add . With support…
Velikost souboru 60.16 KB
Počet instalací 33
Aktuální Verze 1.3
Poslední Aktualizace 2023-06-23
Datum Vydání 2023-06-23
Vývojář rishabhc329
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/rohanakar/ai-interview-extension
Podporované Jazyky 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"
            ]
        }
    ]
}