Auto Admit

繁體中文版Google Meet自動同意加入,可省去會議主持人點擊同意動作。如不需要此功能,可關閉或移除此套件

What is Auto Admit?

Auto Admit is a Chrome extension developed by https://dtd.ntue.edu.tw/chsyu, and its main feature is "繁體中文版Google Meet自動同意加入,可省去會議主持人點擊同意動作。如不需要此功能,可關閉或移除此套件".

Extension Screenshots

screenshot
screenshot

Download Auto Admit Extension CRX File

Download Auto Admit 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

                        繁體中文版Google Meet自動同意加入,可省去會議主持人點擊同意動作。如不需要此功能,可關閉或移除此套件                    

Extension Basic Information

Name Auto Admit Auto Admit
ID okahkmdnggmkddmoikhnicfaehdkomko
Official URL https://chromewebstore.google.com/detail/auto-admit/okahkmdnggmkddmoikhnicfaehdkomko
Description 繁體中文版Google Meet自動同意加入,可省去會議主持人點擊同意動作。如不需要此功能,可關閉或移除此套件
File Size 4.27 KB
Installation Count 151
Current Version 0.3
Last Updated 2021-07-28
Publish Date 2021-06-04
Rating 5.00/5 Total 2 Ratings
Developer https://dtd.ntue.edu.tw/chsyu
Email [email protected]
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Admit",
    "version": "0.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*",
                "http:\/\/meet.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}