線上會議自動接受工具
線上會議自動接受所有加入者請求,點擊圖示可以開啟夥伴模式。4xDev(4-x.tw)
Cos'è 線上會議自動接受工具?
線上會議自動接受工具 è un'estensione di Chrome sviluppata da 4-x.tw, e la sua funzione principale è "線上會議自動接受所有加入者請求,點擊圖示可以開啟夥伴模式。4xDev(4-x.tw)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 線上會議自動接受工具
Scarica i file di estensione 線上會議自動接受工具 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
功能說明: 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.
Informazioni di Base sull'Estensione
Nome | 線上會議自動接受工具 |
ID | glcbbkcdolbmdcojbfochcekjfnencfc |
URL Ufficiale | 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 |
Descrizione | 線上會議自動接受所有加入者請求,點擊圖示可以開啟夥伴模式。4xDev(4-x.tw) |
Dimensione del File | 53.74 KB |
Conteggio Installazioni | 45,702 |
Versione Corrente | 3.0 |
Ultimo Aggiornamento | 2022-07-12 |
Data di Pubblicazione | 2021-05-26 |
Valutazione | 4.65/5 Totale 17 Valutazioni |
Sviluppatore | 4-x.tw |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |