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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें

crx प्रारूप में AI Interviewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}