Auto Admit for Google Meet

Automatically admit join requests from external guests to Google Meet

Auto Admit for Google Meet là gì?

Auto Admit for Google Meet là một tiện ích mở rộng Chrome được phát triển bởi https://auto-admit.dllplayer.com, và tính năng chính của nó là "Automatically admit join requests from external guests to Google Meet".

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

screenshot
screenshot

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

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

                        This extension allows you to automatically approve join requests from external guests for Google Meet and hangouts meet.

By installing this extension in Google Chrome, when you are inside the Google meet rooms, it will automatically allow external guests to join the Google Meet call by clicking the admit button on the popup. This software extension is very useful when you need to have a call with users on google hangouts meet who are not part of your company. It helps save you from having to accept every external guest manually as this is done automatically by the software extension.

To begin using our software extension for google meet app, here are the steps you need to follow.

1) Install our software Auto Admit for Google Meet
2) Go to the Google Meet website and click on the software extension icon
3) Our software will begin working and will automatically accept external guests once you click on our extension icon

If you have any questions about our software which works for google video conference, please contact us with your query.

1.0.1 Version Change Logs

Updated so there is a button on the bottom right corner of your Google Meet call, so you can activate/switch off the auto admission feature.

1.0.2 Version Change Logs

Fixed a bug where the extension was not working if your default language was not english.

Version 3.0.1 change Logs

Feature was not working due to an upgrade inside Google Meet, updated the extension so the auto admit feature works once more.

Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners.
Google doesn’t endorse or sponsor this Chrome extension. Auto Admit for Google Meet is not owned by,it is not licensed by and is not a subsidiary of Google Inc.                    

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

Tên Auto Admit for Google Meet Auto Admit for Google Meet
ID epemkdedgaoeeobdjmkmhhhbjemckmgb
URL Chính Thức https://chromewebstore.google.com/detail/auto-admit-for-google-mee/epemkdedgaoeeobdjmkmhhhbjemckmgb
Mô tả Automatically admit join requests from external guests to Google Meet
Kích Thước Tệp 111 KB
Số Lần Cài Đặt 114,287
Phiên Bản Hiện Tại 3.0.3
Cập Nhật Lần Cuối 2023-10-16
Ngày Phát Hành 2020-08-12
Đánh Giá 4.16/5 Tổng số 713 Đánh Giá
Nhà Phát Triển https://auto-admit.dllplayer.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://auto-admit.dllplayer.com
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/welcome.js"
    },
    "action": {
        "default_icon": {
            "128": "icons\/icon-128.png",
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png"
        },
        "default_popup": "popup.html"
    },
    "container": [
        "GOOGLE_DRIVE"
    ],
    "default_locale": "en",
    "description": "__MSG_AppDesc__",
    "icons": {
        "128": "icons\/icon-128.png",
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "offline_enabled": true,
    "version": "3.0.3",
    "content_scripts": [
        {
            "js": [
                "js\/inject.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/icon-512.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "homepage_url": "https:\/\/auto-admit.freefinancetools.net"
}