Meet Assistant

Only way for you to record your precious meetings on google meet.

Meet Assistant란 무엇입니까?

Meet Assistant은(는) https://googlemeetrecord.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Only way for you to record your precious meetings on google meet."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Meet Assistant is the only free screen recording tool on google meet, providing you with the option of capturing unlimited videos and saving them on your system and drive side by side. Available for Mac, Windows and Linux.                    

확장 프로그램 기본 정보

이름 Meet Assistant Meet Assistant
ID dnofffnpfhkjcnicnbikofkmgckebdpm
공식 URL https://chromewebstore.google.com/detail/meet-assistant/dnofffnpfhkjcnicnbikofkmgckebdpm
설명 Only way for you to record your precious meetings on google meet.
파일 크기 108 KB
설치 횟수 2,567
현재 버전 1.1
최근 업데이트 2022-09-11
출시 날짜 2022-05-28
평점 5.00/5 총 15 개의 평점
개발자 https://googlemeetrecord.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://googlemeetrecord.com/
도움말 페이지 URL https://googlemeetrecord.com/
개인정보 보호 정책 페이지 URL https://googlemeetrecord.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meet Assistant",
    "description": "Only way for you to record your precious meetings on google meet.",
    "version": "1.1",
    "permissions": [
        "webNavigation",
        "tabs",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/meet.google.com\/*",
        "https:\/\/accounts.google.com\/o\/oauth2\/auth"
    ],
    "background": {
        "service_worker": "\/scripts\/background\/background.js"
    },
    "content_scripts": [
        {
            "css": [
                "style\/style.css"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "scripts\/jquery-3.4.1.min.js",
                "scripts\/stimulus.umd.js",
                "scripts\/swal.min.js",
                "scripts\/content\/upload.js",
                "scripts\/content\/recorder.js",
                "scripts\/content\/login_user.js",
                "scripts\/content\/content.js",
                "apis\/srv_api.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": ".\/assets\/icons\/48.png",
        "48": ".\/assets\/icons\/128.png",
        "128": ".\/assets\/icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*.png",
                "assets\/images\/*.ico",
                "scripts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}