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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}