Meet Assistant

Only way for you to record your precious meetings on google meet.

Meet Assistant là gì?

Meet Assistant là một tiện ích mở rộng Chrome được phát triển bởi https://googlemeetrecord.com, và tính năng chính của nó là "Only way for you to record your precious meetings on google meet.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Meet Assistant

Tải xuống các tệp mở rộng Meet Assistant 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

                        Meet Assistant is the only free screen recording tool on google meet, providing you with the option of capturing unlimited videos and saving them on your system and drive side by side. Available for Mac, Windows and Linux.                    

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

Tên Meet Assistant Meet Assistant
ID dnofffnpfhkjcnicnbikofkmgckebdpm
URL Chính Thức https://chromewebstore.google.com/detail/meet-assistant/dnofffnpfhkjcnicnbikofkmgckebdpm
Mô tả Only way for you to record your precious meetings on google meet.
Kích Thước Tệp 108 KB
Số Lần Cài Đặt 2,567
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-09-11
Ngày Phát Hành 2022-05-28
Đánh Giá 5.00/5 Tổng số 15 Đánh Giá
Nhà Phát Triển https://googlemeetrecord.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://googlemeetrecord.com/
URL Trang Trợ Giúp https://googlemeetrecord.com/
URL Trang Chính Sách Bảo Mật https://googlemeetrecord.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meet Assistant",
    "description": "Only way for you to record your precious meetings on google meet.",
    "version": "1.1",
    "permissions": [
        "webNavigation",
        "tabs",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/meet.google.com\/*",
        "https:\/\/accounts.google.com\/o\/oauth2\/auth"
    ],
    "background": {
        "service_worker": "\/scripts\/background\/background.js"
    },
    "content_scripts": [
        {
            "css": [
                "style\/style.css"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "scripts\/jquery-3.4.1.min.js",
                "scripts\/stimulus.umd.js",
                "scripts\/swal.min.js",
                "scripts\/content\/upload.js",
                "scripts\/content\/recorder.js",
                "scripts\/content\/login_user.js",
                "scripts\/content\/content.js",
                "apis\/srv_api.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": ".\/assets\/icons\/48.png",
        "48": ".\/assets\/icons\/128.png",
        "128": ".\/assets\/icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*.png",
                "assets\/images\/*.ico",
                "scripts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}