AI Interviewer

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

ما هو AI Interviewer؟

AI Interviewer هو إضافة Chrome تم تطويرها بواسطة rishabhc329، والميزة الرئيسية لها هي "Plugin for Chat GPT for taking interview based on pre defined prompts . The prompts are customisable and easy to add . With support…".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة AI Interviewer

قم بتنزيل ملفات الامتداد AI Interviewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم AI Interviewer AI Interviewer
ID aeegmngekbdfhijgkbnaigdbjbobipoi
عنوان URL الرسمي https://chromewebstore.google.com/detail/ai-interviewer/aeegmngekbdfhijgkbnaigdbjbobipoi
الوصف Plugin for Chat GPT for taking interview based on pre defined prompts . The prompts are customisable and easy to add . With support…
حجم الملف 60.16 KB
عدد التثبيتات 33
النسخة الحالية 1.3
آخر تحديث 2023-06-23
تاريخ النشر 2023-06-23
المطور rishabhc329
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/rohanakar/ai-interview-extension
اللغات المدعومة 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"
            ]
        }
    ]
}