MeetInOne Extension for Google Meet

MeetInOne - enhance your Google Meet meetings

MeetInOne Extension for Google Meet란 무엇입니까?

MeetInOne Extension for Google Meet은(는) https://meetinone.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "MeetInOne - enhance your Google Meet meetings"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

MeetInOne Extension for Google Meet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Enhance your Google Meet experience with MeetInOne for Chrome. MeetInOne is the best Google Meet enhancement extension around and is 100% free. 

In-call features:
🗣 Push-to-talk 
⏭ Auto-join meetings 
🤐 Auto-mute audio and video 
💬 Auto-toggle captions 
📺  Picture-in-picture 
⏱ A meeting timer 
📊 Meeting statistics 
✅ Auto admit or reject new participants 
🔗 Easy link copying and sharing 
🌚 Dark mode 
📹 Meeting recording (coming soon)

Out-of-call features: 
🏘 Vastly improved account management 
💨 Save meeting links for quick access 
📌 Starting and joining meetings via the menu bar

On top of this, the MeetInOne Extension will provide you a link to download the MeetInOne Desktop App within the default popup.

Unlike other extensions, MeetInOne is built to be resource-efficient and put less strain on your browser and device.                    

확장 프로그램 기본 정보

이름 MeetInOne Extension for Google Meet MeetInOne Extension for Google Meet
ID pfmeokkodfbbeckenogobokoaiahclmp
공식 URL https://chromewebstore.google.com/detail/meetinone-extension-for-g/pfmeokkodfbbeckenogobokoaiahclmp
설명 MeetInOne - enhance your Google Meet meetings
파일 크기 925 KB
설치 횟수 44,493
현재 버전 0.1.7
최근 업데이트 2021-06-02
출시 날짜 2020-11-03
평점 3.95/5 총 21 개의 평점
개발자 https://meetinone.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://meetinone.com
도움말 페이지 URL https://meetinone.com/support
개인정보 보호 정책 페이지 URL https://meetinone.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MeetInOne Extension for Google Meet",
    "permissions": [
        "storage"
    ],
    "manifest_version": 2,
    "version": "0.1.7",
    "description": "MeetInOne - enhance your Google Meet meetings",
    "icons": {
        "16": "16x16.png",
        "32": "32x32.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.meet.google.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "js": [
                "browser-polyfill.min.js",
                "index.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "16x16.png",
            "32": "32x32.png",
            "48": "48x48.png",
            "128": "128x128.png"
        },
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}