EasyInterview: ChatGPT for Google Meet

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

Cos'è EasyInterview: ChatGPT for Google Meet?

EasyInterview: ChatGPT for Google Meet è un'estensione di Chrome sviluppata da https://easyinterview.site, e la sua funzione principale è "EasyInterview will help you pass the interview and answer any questions.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione EasyInterview: ChatGPT for Google Meet

Scarica i file di estensione EasyInterview: ChatGPT for Google Meet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome EasyInterview: ChatGPT for Google Meet EasyInterview: ChatGPT for Google Meet
ID aljdeefkkcmonpckopdbbkbimeaflmhl
URL Ufficiale https://chromewebstore.google.com/detail/easyinterview-chatgpt-for/aljdeefkkcmonpckopdbbkbimeaflmhl
Descrizione EasyInterview will help you pass the interview and answer any questions.
Dimensione del File 73.98 KB
Conteggio Installazioni 24
Versione Corrente 1.2.0
Ultimo Aggiornamento 2023-06-14
Data di Pubblicazione 2023-05-09
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://easyinterview.site
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://easyinterview.site/
URL della Pagina della Politica sulla Privacy https://easyinterview.site/privacy-policy.html
Lingue Supportate 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"
    }
}