EasyInterview: ChatGPT for Google Meet

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

EasyInterview: ChatGPT for Google Meet là gì?

EasyInterview: ChatGPT for Google Meet là một tiện ích mở rộng Chrome được phát triển bởi https://easyinterview.site, và tính năng chính của nó là "EasyInterview will help you pass the interview and answer any questions.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng EasyInterview: ChatGPT for Google Meet

Tải xuống các tệp mở rộng EasyInterview: ChatGPT for Google Meet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên EasyInterview: ChatGPT for Google Meet EasyInterview: ChatGPT for Google Meet
ID aljdeefkkcmonpckopdbbkbimeaflmhl
URL Chính Thức https://chromewebstore.google.com/detail/easyinterview-chatgpt-for/aljdeefkkcmonpckopdbbkbimeaflmhl
Mô tả EasyInterview will help you pass the interview and answer any questions.
Kích Thước Tệp 73.98 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2023-06-14
Ngày Phát Hành 2023-05-09
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://easyinterview.site
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://easyinterview.site/
URL Trang Chính Sách Bảo Mật https://easyinterview.site/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}