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
公式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
Eメール [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"
            ]
        }
    ]
}