Auto Admit

Auto Admit

Auto Admit란 무엇입니까?

Auto Admit은(는) foojw.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto Admit"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Auto Admit 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Auto Admit Chrome Extension for Google Meet:
- ONLY support Chinese traditional and English! If you need any other languages supported, please contact me.
- Make sure that your browser and google meet UI are both set to ZH-TW/EN
- When you started a meeting, the extension generates a button in the bottom bar.
- You could use the button to toggle auto admit on/off.
- When the button turn blue, Auto admit is on.
- You can also click on the extension icon to toggle it on/off.
- This extension only works when you keep the Google Meet tab opened.                    

확장 프로그램 기본 정보

이름 Auto Admit Auto Admit
ID aaafaichkdancmiadaonoglfjeodjkik
공식 URL https://chromewebstore.google.com/detail/auto-admit/aaafaichkdancmiadaonoglfjeodjkik
설명 Auto Admit
파일 크기 165 KB
설치 횟수 3,613
현재 버전 2.1.1
최근 업데이트 2021-06-11
출시 날짜 2021-06-06
평점 4.75/5 총 4 개의 평점
개발자 foojw.dev
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://fjwntut.github.io/auto-admit-extension/
지원되는 언어 en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appName__",
    "version": "2.1.1",
    "manifest_version": 2,
    "default_locale": "en",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "res\/icons\/icon-128.png",
            "16": "res\/icons\/icon-16.png",
            "32": "res\/icons\/icon-32.png",
            "48": "res\/icons\/icon-48.png"
        }
    },
    "icons": {
        "128": "res\/icons\/icon-128.png",
        "16": "res\/icons\/icon-16.png",
        "32": "res\/icons\/icon-32.png",
        "48": "res\/icons\/icon-48.png"
    },
    "offline_enabled": true,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "res\/button-off.png",
        "res\/button-on.png",
        "res\/btn.css"
    ]
}