MEETboard

This adds functionality of an in-page whiteboard in Google Meet real-time video conferences. Attendees can now see a common…

什么是MEETboard?

MEETboard是由kunaltawatia开发的Chrome扩展程序,该扩展的主要功能是“This adds functionality of an in-page whiteboard in Google Meet real-time video conferences. Attendees can now see a common…”。

扩展截图

screenshot
screenshot

下载MEETboard扩展crx文件

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

扩展使用说明

                        This adds functionality of an in-page whiteboard in Google Meet real-time video conferences. Attendees can now see a common whiteboard and collaboarte on it together without leaving the GMeet page.                    

扩展基本信息

名称 MEETboard MEETboard
ID khdpepplemadoajklfhgmffmhjojicie
官方URL https://chromewebstore.google.com/detail/meetboard/khdpepplemadoajklfhgmffmhjojicie
简介 This adds functionality of an in-page whiteboard in Google Meet real-time video conferences. Attendees can now see a common…
文件大小 1.38 MB
安装次数 691
当前版本 0.4.2
更新时间 2021-05-13
上架时间 2021-02-06
评分 5.00/5 共2次评分
开发者 kunaltawatia
电子邮箱 [email protected]
付费类型 free
扩展官网 https://extension.webug.space/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MEETboard",
    "icons": {
        "16": "icons\/board-16.png",
        "32": "icons\/board-40.png",
        "48": "icons\/board-53.png",
        "128": "icons\/board-160.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ]
        }
    ],
    "version": "0.4.2",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}