EasyInterview: ChatGPT for Google Meet

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

O que é EasyInterview: ChatGPT for Google Meet?

EasyInterview: ChatGPT for Google Meet é uma extensão do Chrome desenvolvida por https://easyinterview.site, e sua principal característica é "EasyInterview will help you pass the interview and answer any questions.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão EasyInterview: ChatGPT for Google Meet

Baixe arquivos de extensão EasyInterview: ChatGPT for Google Meet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome EasyInterview: ChatGPT for Google Meet EasyInterview: ChatGPT for Google Meet
ID aljdeefkkcmonpckopdbbkbimeaflmhl
URL Oficial https://chromewebstore.google.com/detail/easyinterview-chatgpt-for/aljdeefkkcmonpckopdbbkbimeaflmhl
Descrição EasyInterview will help you pass the interview and answer any questions.
Tamanho do Arquivo 73.98 KB
Contagem de Instalações 24
Versão Atual 1.2.0
Última Atualização 2023-06-14
Data de Publicação 2023-05-09
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://easyinterview.site
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://easyinterview.site/
URL da Página de Política de Privacidade https://easyinterview.site/privacy-policy.html
Idiomas Suportados 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"
    }
}