Auto-join for Google Meet
Get connected to video meetings faster by automatically clicking the Join or Ask to Join button!
什麼是Auto-join for Google Meet?
Auto-join for Google Meet是由https://www.zoomcorder.com開發的Chrome擴展程式,該擴展的主要功能是“Get connected to video meetings faster by automatically clicking the Join or Ask to Join button!”。
擴展截圖
下載Auto-join for Google Meet擴展crx文件
下載Auto-join for Google Meet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Get connected to Google Meet meetings faster by *automatically* clicking the "Join" or "Ask to Join" button! No more waiting to enter a meeting only to find you have to find a tab and click a button when you already clicked the link! It's how Google Meet should work in the first place. Click "Add to Chrome" button in the upper right corner to get doing meetings faster. Anytime to you connect to a video meeting a countdown timer will appear and when it hits 0 you will be automatically joined to the meeting. If for some reason you, don't want to auto-connect you can click the Cancel button. Easy, fast, safe, and light! Finally, you won't be sitting there wondering why you are not in the meeting! This extension is provided by Zoomcorder.com - the video bot service to record ANY Zoom meeting WITHOUT attending and without being the host. Click "Add to Chrome" in the upper right corner to immediately experience the goodness of this free and useful software!
擴展基本資訊
名稱 | Auto-join for Google Meet |
ID | ajfokipknlmjhcioemgnofkpmdnbaldi |
官方網址 | https://chromewebstore.google.com/detail/auto-join-for-google-meet/ajfokipknlmjhcioemgnofkpmdnbaldi |
簡介 | Get connected to video meetings faster by automatically clicking the Join or Ask to Join button! |
檔案大小 | 47.3 KB |
安裝次數 | 977 |
目前版本 | 1.2 |
更新時間 | 2021-06-28 |
上架時間 | 2021-06-22 |
評分 | 4.00/5 共 4 次評分 |
開發者 | https://www.zoomcorder.com |
電子郵箱 | [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", "manifest_version": 2, "name": "Auto-join for Google Meet", "version": "1.2", "description": "Get connected to video meetings faster by automatically clicking the Join or Ask to Join button!", "icons": { "48": "icons\/icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.meet.google.com\/*", "*:\/\/*.gotowebinar.com\/*", "*:\/\/*.gotomeeting.com\/*", "*:\/\/*.zoom.us\/*", "*:\/\/*.zoomgov.com\/*" ], "js": [ "jquery.min.js", "main.js" ] } ] } |