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是由rishabhc329開發的Chrome擴展程式,該擴展的主要功能是“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

下載AI Interviewer擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}