線上會議自動接受工具
線上會議自動接受所有加入者請求,點擊圖示可以開啟夥伴模式。4xDev(4-x.tw)
Wat is 線上會議自動接受工具?
線上會議自動接受工具 is een Chrome-extensie ontwikkeld door 4-x.tw, en de belangrijkste functie is "線上會議自動接受所有加入者請求,點擊圖示可以開啟夥伴模式。4xDev(4-x.tw)".
Extensie Screenshots
Download het CRX-bestand van de extensie 線上會議自動接受工具
Download 線上會議自動接受工具-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
功能說明: 1. 讓 Google Meet™ 自動接受所有加入者請求,不用再手動一個個案同意。 2. 支援自動接受單一加入者請求 與 多位加入者請求。 3. 這個擴充工具安裝後會自動啟用,因此如果想要停用功能請到擴充功能頁面手動停用。 4. 點擊擴充工具圖示可以一鍵開啟夥伴模式 (自動開新分頁以夥伴模式加入)。 請注意: 1. 這項工具並不會後台執行,因此只有在Google Meet 頁面上還會生效。 2. 這項工具適用於繁體中文與簡體中文 Google Meet 頁面。 3. 這項工具並不是由 Google Inc. 所開發。 *擴充功能已更新至 Manifest V3 Let Google Meet™ automatically accept all join requests. This extension will be automatically activated after installation, so if you want to disable the feature, please go to the extension page to manually disable it.
Basisinformatie over de Extensie
Naam | 線上會議自動接受工具 |
ID | glcbbkcdolbmdcojbfochcekjfnencfc |
Officiële URL | https://chromewebstore.google.com/detail/%E7%B7%9A%E4%B8%8A%E6%9C%83%E8%AD%B0%E8%87%AA%E5%8B%95%E6%8E%A5%E5%8F%97%E5%B7%A5%E5%85%B7/glcbbkcdolbmdcojbfochcekjfnencfc |
Beschrijving | 線上會議自動接受所有加入者請求,點擊圖示可以開啟夥伴模式。4xDev(4-x.tw) |
Bestandsgrootte | 53.74 KB |
Aantal Installaties | 45,702 |
Huidige Versie | 3.0 |
Laatst Bijgewerkt | 2022-07-12 |
Publicatiedatum | 2021-05-26 |
Beoordeling | 4.65/5 Totaal 17 Beoordelingen |
Ontwikkelaar | 4-x.tw |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "\u7dda\u4e0a\u6703\u8b70\u81ea\u52d5\u63a5\u53d7\u5de5\u5177", "short_name": "AutoAdmit", "description": "\u7dda\u4e0a\u6703\u8b70\u81ea\u52d5\u63a5\u53d7\u6240\u6709\u52a0\u5165\u8005\u8acb\u6c42\uff0c\u9ede\u64ca\u5716\u793a\u53ef\u4ee5\u958b\u555f\u5925\u4f34\u6a21\u5f0f\u30024xDev(4-x.tw)", "version": "3.0", "action": { "default_title": "AutoGM", "default_icon": "icon.png" }, "permissions": [ "tabs" ], "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/meet.google.com\/*" ], "js": [ "content.js" ] } ] } |