EasyInterview: ChatGPT for Google Meet

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

Apa itu EasyInterview: ChatGPT for Google Meet?

EasyInterview: ChatGPT for Google Meet adalah ekstensi Chrome yang dikembangkan oleh https://easyinterview.site, dan fitur utamanya adalah "EasyInterview will help you pass the interview and answer any questions.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi EasyInterview: ChatGPT for Google Meet

Unduh file ekstensi EasyInterview: ChatGPT for Google Meet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama EasyInterview: ChatGPT for Google Meet EasyInterview: ChatGPT for Google Meet
ID aljdeefkkcmonpckopdbbkbimeaflmhl
URL Resmi https://chromewebstore.google.com/detail/easyinterview-chatgpt-for/aljdeefkkcmonpckopdbbkbimeaflmhl
Deskripsi EasyInterview will help you pass the interview and answer any questions.
Ukuran File 73.98 KB
Jumlah Instalasi 24
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2023-06-14
Tanggal Publikasi 2023-05-09
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://easyinterview.site
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://easyinterview.site/
URL Halaman Kebijakan Privasi https://easyinterview.site/privacy-policy.html
Bahasa yang Didukung 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"
    }
}