線上會議自動接受工具

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

What is 線上會議自動接受工具?

線上會議自動接受工具 is a Chrome extension developed by 4-x.tw, and its main feature is "線上會議自動接受所有加入者請求,點擊圖示可以開啟夥伴模式。4xDev(4-x.tw)".

Extension Screenshots

screenshot

Download 線上會議自動接受工具 Extension CRX File

Download 線上會議自動接受工具 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name 線上會議自動接受工具 線上會議自動接受工具
ID glcbbkcdolbmdcojbfochcekjfnencfc
Official 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
Description 線上會議自動接受所有加入者請求,點擊圖示可以開啟夥伴模式。4xDev(4-x.tw)
File Size 53.74 KB
Installation Count 45,702
Current Version 3.0
Last Updated 2022-07-12
Publish Date 2021-05-26
Rating 4.65/5 Total 17 Ratings
Developer 4-x.tw
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}