Meet auto admit

It admits automatically users from outside the organisation!

Meet auto admitとは何ですか?

Meet auto admitはhttps://www.zoomcorder.comによって開発されたChromeの拡張機能で、その主な機能は「It admits automatically users from outside the organisation!」です。

拡張機能のスクリーンショット

screenshot

Meet auto admit拡張機能のCRXファイルをダウンロード

Meet auto admit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        🎉  Save time and hassle with your video meetings by not having to click the "Admit" button for each and every attendee. Click the "Add to Chrome" button over that way ⤴️  to install this software and then you will no longer have to click "Admit" button. Instead people will be *automatically* allowed to enter the meeting without having to wait to be admitted. 

This software is a real time saver because you won't have to fumble around finding the Admit button for every meeting straggler and can keep your focus on the actual meeting. 

This software is pre-configured to work with English because it watches for a popup button with the word "Admit". If you are using Google Meet in a different language, then after installing, click the extension icon (which looks like a puzzle piece), then scroll down to Meet Auto Admit and click the the 3 dot menu and then select "options" . This will display a page where you change the button text to match your language. Then it will auto admit users in non-English. 

If you want to join a meeting without having to remember to click the "Join" button, then please install the extension "Auto join for Google Meet". It is a nice companion extension that also makes video meeting easier and faster.  

BONUS: Webinars are now one click easy to record! When viewing a webinar page a RECORD button will be available making it a snap to record the webinar and have the video sent to you afterwards. Never miss another webinar!

🙏 ACKNOWLEDGEMENTS
This software is provided by Zoomcorder.com where you can record any Zoom, GoToWebinar or Google Meet or Microsoft Teem meeting WITHOUT ATTENDING and get a video sent to you to watch later. It's highly useful so give it a try. 

Special thanks to the original author László Terray for his quality work. 

Now click "Add to Chrome" in the upper right corner to immediately experience the goodness of this free and useful software!                    

拡張機能の基本情報

名前 Meet auto admit Meet auto admit
ID ceofheakaalaecnecdkdanhejojkpeai
公式URL https://chromewebstore.google.com/detail/meet-auto-admit/ceofheakaalaecnecdkdanhejojkpeai
説明 It admits automatically users from outside the organisation!
ファイルサイズ 165 KB
インストール数 121,623
現在のバージョン 10.0
最終更新日 2023-05-16
公開日 2020-05-01
評価 3.93/5 合計 67 レビュー
開発者 https://www.zoomcorder.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://Zoomcorder.com
ヘルプページのURL https://Zoomcorder.com/support
プライバシーポリシーページのURL https://zoomcorder.com/extension/privacy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meet auto admit",
    "version": "10.0",
    "description": "It admits automatically users from outside the organisation!",
    "icons": {
        "16": "images\/auto_admit16.png",
        "32": "images\/auto_admit32.png",
        "48": "images\/auto_admit48.png",
        "128": "images\/auto_admit128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/*.zoom.us\/*",
                "https:\/\/zoomgov.com\/*",
                "https:\/\/www.goto.com\/*",
                "https:\/\/*.gotowebinar.com\/*",
                "*:\/\/meet.google.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/record.png",
                "\/images\/recimage.png",
                "\/images\/howto.jpg"
            ],
            "matches": [
                "https:\/\/*.zoom.us\/*",
                "https:\/\/zoomgov.com\/*",
                "https:\/\/www.goto.com\/*",
                "https:\/\/*.gotowebinar.com\/*",
                "*:\/\/meet.google.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}