EasyInterview: ChatGPT for Google Meet

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

Co to jest EasyInterview: ChatGPT for Google Meet?

EasyInterview: ChatGPT for Google Meet to rozszerzenie Chrome opracowane przez https://easyinterview.site, a jego główną funkcją jest „EasyInterview will help you pass the interview and answer any questions.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia EasyInterview: ChatGPT for Google Meet

Pobierz pliki rozszerzeń EasyInterview: ChatGPT for Google Meet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa EasyInterview: ChatGPT for Google Meet EasyInterview: ChatGPT for Google Meet
ID aljdeefkkcmonpckopdbbkbimeaflmhl
Oficjalny URL https://chromewebstore.google.com/detail/easyinterview-chatgpt-for/aljdeefkkcmonpckopdbbkbimeaflmhl
Opis EasyInterview will help you pass the interview and answer any questions.
Rozmiar pliku 73.98 KB
Liczba instalacji 24
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2023-06-14
Data Publikacji 2023-05-09
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://easyinterview.site
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://easyinterview.site/
Adres URL Strony Polityki Prywatności https://easyinterview.site/privacy-policy.html
Obsługiwane Języki 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"
    }
}