Google Meet Auto Leave
GoogleMeet Auto Leave: on time, number of members, minutes _abx
什麼是Google Meet Auto Leave?
Google Meet Auto Leave是由abx開發的Chrome擴展程式,該擴展的主要功能是“GoogleMeet Auto Leave: on time, number of members, minutes _abx”。
擴展截圖
下載Google Meet Auto Leave擴展crx文件
下載Google Meet Auto Leave擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Google Meet Auto Leave : Auto Leave google meetings "AUTOMATE THE ONLINE CLASSES AND CHILL" Features: Auto Leave meet , 1. Specified Time : The meet will Automatically exits on time specified by user. 2. Participants/Members left : The meet will Automatically exits when the number of participants fall below the number specified by user 3. Minutes left : It starts a count down timer and The meet will Automatically exits when countdown hit 00:00. HOW TO USE?? Visit "https://meet.google.com/**"(Any google meet) Then Click on Extension 1. Select your preference. 2. Enter the Value And click on Tick Button. (Hourglass Icon appers on left bottom, means the extension is working in background). 3. Sit back and relax. It automaically exit Google meet. (anytime to cancel the timer/background process hit Stop Icon). Like my work, Add your valuable Reviews. Made with ❤ By : abx.
擴展基本資訊
名稱 | |
ID | ijbcojchpkeeegcffccflenaooemfoee |
官方網址 | https://chrome.google.com/webstore/detail/google-meet-auto-leave/ijbcojchpkeeegcffccflenaooemfoee |
簡介 | GoogleMeet Auto Leave: on time, number of members, minutes _abx |
檔案大小 | 213 KB |
安裝次數 | 2,608 |
目前版本 | 1.1.0 |
更新時間 | 2020-11-07 |
上架時間 | 2020-10-14 |
評分 | 3.48/5 共 25 次評分 |
開發者 | abx |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://bhattcodes.github.io |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Meet Auto Leave", "description": "GoogleMeet Auto Leave: on time, number of members, minutes _abx", "version": "1.1.0", "author": "abx", "icons": { "512": "images\/editexiticon1.png" }, "browser_action": { "default_icon": "images\/editexiticon1.png", "default_popup": "index.html", "default_title": "Auto Leave Google Meet" }, "content_scripts": [ { "js": [ "background.js" ], "matches": [ "http:\/\/meet.google.com\/*", "https:\/\/meet.google.com\/*" ] } ] } |