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 là gì?

AI Interviewer là một tiện ích mở rộng Chrome được phát triển bởi rishabhc329, và tính năng chính của nó là "Plugin for Chat GPT for taking interview based on pre defined prompts . The prompts are customisable and easy to add . With support…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AI Interviewer

Tải xuống các tệp mở rộng AI Interviewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AI Interviewer AI Interviewer
ID aeegmngekbdfhijgkbnaigdbjbobipoi
URL Chính Thức https://chromewebstore.google.com/detail/ai-interviewer/aeegmngekbdfhijgkbnaigdbjbobipoi
Mô tả Plugin for Chat GPT for taking interview based on pre defined prompts . The prompts are customisable and easy to add . With support…
Kích Thước Tệp 60.16 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2023-06-23
Ngày Phát Hành 2023-06-23
Nhà Phát Triển rishabhc329
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/rohanakar/ai-interview-extension
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}