Auto Meet

Continue meet with out interruptions. Accept join request effortless.

Auto Meet란 무엇입니까?

Auto Meet은(는) Evagoon Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Continue meet with out interruptions. Accept join request effortless."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Focus on online meet explaining what matters the most. Install it and do not bother adding user while interrupting your meet. No need for operator to add sit and add user every time. Just install and forget. No logging, no adds, just tool that is made to ease on line meets.                    

확장 프로그램 기본 정보

이름 Auto Meet Auto Meet
ID kjnngggoadpbmpbdghbbfecfkomokmif
공식 URL https://chromewebstore.google.com/detail/auto-meet/kjnngggoadpbmpbdghbbfecfkomokmif
설명 Continue meet with out interruptions. Accept join request effortless.
파일 크기 43.83 KB
설치 횟수 178
현재 버전 1.0.5
최근 업데이트 2022-01-26
출시 날짜 2020-10-08
개발자 Evagoon Inc.
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "author": "Evagoon Inc.",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "tab-icon.png",
        "default_title": "Auto Meet"
    },
    "content_scripts": [
        {
            "js": [
                "js\/hello12.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ]
        },
        {
            "js": [
                "js\/hello2.js"
            ],
            "matches": [
                "*:\/\/www.amazon.in\/*"
            ]
        },
        {
            "js": [
                "js\/hello1.js"
            ],
            "matches": [
                "*:\/\/www.flipkart.com\/*"
            ]
        }
    ],
    "description": "Continue meet with out interruptions. Accept join request effortless.",
    "icons": {
        "128": "icon\/icon-128.png",
        "16": "icon\/icon-16.png",
        "48": "icon\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "Auto Meet",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5"
}