Instant Meet

Start Google Meet calls instantly with just a click of a button!

Instant Meet là gì?

Instant Meet là một tiện ích mở rộng Chrome được phát triển bởi Shahlin Ibrahim, và tính năng chính của nó là "Start Google Meet calls instantly with just a click of a button!".

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

screenshot

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

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

                        Get on a NEW Google Meet call with just a click of button; To make it even more convenient, the link is automatically copied so you can pass it on to others. For the lazy ones, you save a whole 7-10 seconds with this easy access 😂

Note: For the automatic copy to clipboard to work, you will need to allow access the first time it asks you                    

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

Tên Instant Meet Instant Meet
ID pjgfblbagmedppcpibbgdkdhbdgehmmi
URL Chính Thức https://chromewebstore.google.com/detail/instant-meet/pjgfblbagmedppcpibbgdkdhbdgehmmi
Mô tả Start Google Meet calls instantly with just a click of a button!
Kích Thước Tệp 10.62 KB
Số Lần Cài Đặt 79
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-08-04
Ngày Phát Hành 2023-08-04
Nhà Phát Triển Shahlin Ibrahim
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instant Meet",
    "description": "Start Google Meet calls instantly with just a click of a button!",
    "version": "1.0.0",
    "manifest_version": 3,
    "author": "Shahlin Ibrahim",
    "icons": {
        "16": "images\/logo\/logo-16.png",
        "32": "images\/logo\/logo-32.png",
        "48": "images\/logo\/logo-48.png",
        "128": "images\/logo\/logo-128.png"
    },
    "permissions": [],
    "action": [],
    "host_permissions": [
        "https:\/\/meet.google.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}