EasyInterview: ChatGPT for Google Meet

EasyInterview will help you pass the interview and answer any questions.

EasyInterview: ChatGPT for Google Meet क्या है?

EasyInterview: ChatGPT for Google Meet https://easyinterview.site द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "EasyInterview will help you pass the interview and answer any questions."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में EasyInterview: ChatGPT for Google Meet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        EasyInterview will help you pass the interview and answer any questions. ChatGPT in your Meet.                    

एक्सटेंशन की मूल जानकारी

नाम EasyInterview: ChatGPT for Google Meet EasyInterview: ChatGPT for Google Meet
ID aljdeefkkcmonpckopdbbkbimeaflmhl
आधिकारिक URL https://chromewebstore.google.com/detail/easyinterview-chatgpt-for/aljdeefkkcmonpckopdbbkbimeaflmhl
विवरण EasyInterview will help you pass the interview and answer any questions.
फ़ाइल का आकार 73.98 KB
स्थापना संख्या 24
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2023-06-14
प्रकाशन तिथि 2023-05-09
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://easyinterview.site
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://easyinterview.site/
गोपनीयता नीति पृष्ठ URL https://easyinterview.site/privacy-policy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EasyInterview: ChatGPT for Google Meet",
    "description": "EasyInterview will help you pass the interview and answer any questions.",
    "version": "1.2.0",
    "author": "[email protected]",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon.png",
            "24": "icon.png",
            "32": "icon.png",
            "48": "icon.png",
            "128": "128.png"
        }
    },
    "options_page": "popup.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "select2.min.css",
                "style.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/easyinterview.site\/*"
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "64": "icon.png",
        "128": "128.png"
    }
}