線上會議自動接受工具

線上會議自動接受所有加入者請求,點擊圖示可以開啟夥伴模式。4xDev(4-x.tw)

Vad är 線上會議自動接受工具?

線上會議自動接受工具 är en Chrome-tillägg utvecklad av 4-x.tw, och dess huvudfunktion är "線上會議自動接受所有加入者請求,點擊圖示可以開啟夥伴模式。4xDev(4-x.tw)".

Tilläggsskärmbilder

screenshot

Ladda ner 線上會議自動接受工具-förlängningens CRX-fil

Ladda ner 線上會議自動接受工具-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        功能說明:
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.                    

Grundläggande Information om Tillägg

Namn 線上會議自動接受工具 線上會議自動接受工具
ID glcbbkcdolbmdcojbfochcekjfnencfc
Officiell webbadress 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
Beskrivning 線上會議自動接受所有加入者請求,點擊圖示可以開啟夥伴模式。4xDev(4-x.tw)
Filstorlek 53.74 KB
Antal Installationer 45,702
Aktuell Version 3.0
Senast Uppdaterad 2022-07-12
Publiceringsdatum 2021-05-26
Betyg 4.65/5 Totalt 17 Betyg
Utvecklare 4-x.tw
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}