Meet Auto
Automatically admit people to the Google Meet from outside the organization
什麼是Meet Auto?
Meet Auto是由Arjun開發的Chrome擴展程式,該擴展的主要功能是“Automatically admit people to the Google Meet from outside the organization”。
擴展截圖
下載Meet Auto擴展crx文件
下載Meet Auto擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Updated in accordance with the latest changes to Google Meet. Just share the meeting link with the people outside the organization to join the Google Meet, and you can sit-back-and-relax, while the extension automatically clicks on the Admit button for you. Say, if you are a teacher in School, College, University or any kind of Institute and sends the link to the students for joining the class. By installing this extension, you can sit back and relax while the extension automatically handles the joining request of the students. Not only students, it works the same for any kind of Google Meet. The Meet Auto extension automates the clicking on Admit button for you. Install this extension without any worry. It's SAFE and SECURE, and it DOES NOT STEAL ANY KIND OF DATA/INFORMATION in any form.
擴展基本資訊
名稱 | |
ID | fkmnifpnniehjljgadbcopppfcidkakd |
官方網址 | https://chrome.google.com/webstore/detail/meet-auto/fkmnifpnniehjljgadbcopppfcidkakd |
簡介 | Automatically admit people to the Google Meet from outside the organization |
檔案大小 | 21.49 KB |
安裝次數 | 64 |
目前版本 | 0.0.2 |
更新時間 | 2021-02-18 |
上架時間 | 2020-11-14 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Arjun |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/arjunthakur08/Meet-Auto |
說明頁面URL | https://github.com/arjunthakur08/Meet-Auto/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Meet Auto", "description": "Automatically admit people to the Google Meet from outside the organization", "version": "0.0.2", "manifest_version": 2, "minimum_chrome_version": "68", "permissions": [ "https:\/\/meet.google.com\/*" ], "icons": { "16": "images\/meet_auto16.png", "32": "images\/meet_auto32.png", "48": "images\/meet_auto48.png", "128": "images\/meet_auto128.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "content.js" ] } ] } |