Join Now for Google Meet

Auto-select the Google account that has permission to join the call.

Join Now for Google Meet là gì?

Join Now for Google Meet là một tiện ích mở rộng Chrome được phát triển bởi https://www.hartreeworks.org, và tính năng chính của nó là "Auto-select the Google account that has permission to join the call.".

Ả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 Join Now for Google Meet

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

                        If you use multiple Google accounts, you'll have noticed that Google Meet doesn't automatically select the Google account which has permission to join the call. 

One day Google will fix this. In the meantime, you can use this extension.

--------------------------------------------------------
PRIVACY & SECURITY
--------------------------------------------------------
The extension requests the minimum browser permission required to detect the "Ask to join" and "Join now" buttons on your Google Meet links. 

The extension does not require API access to your Google account. It does not have access to your calls, calendar, or other data.

The extension is compatible with Google's Advanced Protection Programme.                    

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

Tên Join Now for Google Meet Join Now for Google Meet
ID mljmbebllfeknfjemhnfdmeaadeiclmk
URL Chính Thức https://chromewebstore.google.com/detail/join-now-for-google-meet/mljmbebllfeknfjemhnfdmeaadeiclmk
Mô tả Auto-select the Google account that has permission to join the call.
Kích Thước Tệp 18.84 KB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2023-12-14
Ngày Phát Hành 2023-09-21
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.hartreeworks.org
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://inboxwhenready.org/terms-privacy.html
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Join Now for Google Meet",
    "version": "1.0.4",
    "description": "Auto-select the Google account that has permission to join the call.",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": "icon-48x48.png",
        "128": "icon-128x128.png"
    }
}