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文件

下载Meet Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}