EasyInterview: ChatGPT for Google Meet

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

EasyInterview: ChatGPT for Google Meetคืออะไร?

EasyInterview: ChatGPT for Google Meet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://easyinterview.site และคุณลักษณะหลักของมันคือ "EasyInterview will help you pass the interview and answer any questions."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EasyInterview: ChatGPT for Google Meet

ดาวน์โหลดไฟล์ส่วนขยาย EasyInterview: ChatGPT for Google Meet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ EasyInterview: ChatGPT for Google Meet EasyInterview: ChatGPT for Google Meet
ID aljdeefkkcmonpckopdbbkbimeaflmhl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easyinterview-chatgpt-for/aljdeefkkcmonpckopdbbkbimeaflmhl
คำอธิบาย EasyInterview will help you pass the interview and answer any questions.
ขนาดไฟล์ 73.98 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2023-06-14
วันที่เผยแพร่ 2023-05-09
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://easyinterview.site
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://easyinterview.site/
URL หน้านโยบายความเป็นส่วนตัว https://easyinterview.site/privacy-policy.html
ภาษาที่รองรับ 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"
    }
}