EasyInterview: ChatGPT for Google Meet

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

¿Qué es EasyInterview: ChatGPT for Google Meet?

EasyInterview: ChatGPT for Google Meet es una extensión de Chrome desarrollada por https://easyinterview.site, y su función principal es "EasyInterview will help you pass the interview and answer any questions.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión EasyInterview: ChatGPT for Google Meet

Descarga archivos de extensión EasyInterview: ChatGPT for Google Meet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre EasyInterview: ChatGPT for Google Meet EasyInterview: ChatGPT for Google Meet
ID aljdeefkkcmonpckopdbbkbimeaflmhl
URL Oficial https://chromewebstore.google.com/detail/easyinterview-chatgpt-for/aljdeefkkcmonpckopdbbkbimeaflmhl
Descripción EasyInterview will help you pass the interview and answer any questions.
Tamaño del Archivo 73.98 KB
Cantidad de Instalaciones 24
Versión Actual 1.2.0
Última Actualización 2023-06-14
Fecha de Publicación 2023-05-09
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador https://easyinterview.site
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://easyinterview.site/
URL de la Página de Política de Privacidad https://easyinterview.site/privacy-policy.html
Idiomas Soportados 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"
    }
}