EasyInterview: ChatGPT for Google Meet

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

What is EasyInterview: ChatGPT for Google Meet?

EasyInterview: ChatGPT for Google Meet is a Chrome extension developed by https://easyinterview.site, and its main feature is "EasyInterview will help you pass the interview and answer any questions.".

Extension Screenshots

screenshot
screenshot
screenshot

Download EasyInterview: ChatGPT for Google Meet Extension CRX File

Download EasyInterview: ChatGPT for Google Meet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name EasyInterview: ChatGPT for Google Meet EasyInterview: ChatGPT for Google Meet
ID aljdeefkkcmonpckopdbbkbimeaflmhl
Official URL https://chromewebstore.google.com/detail/easyinterview-chatgpt-for/aljdeefkkcmonpckopdbbkbimeaflmhl
Description EasyInterview will help you pass the interview and answer any questions.
File Size 73.98 KB
Installation Count 24
Current Version 1.2.0
Last Updated 2023-06-14
Publish Date 2023-05-09
Rating 5.00/5 Total 3 Ratings
Developer https://easyinterview.site
Email [email protected]
Payment Type in_app
Extension Website https://easyinterview.site/
Privacy Policy Page URL https://easyinterview.site/privacy-policy.html
Supported Languages 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"
    }
}