MEETboard

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

What is MEETboard?

MEETboard is a Chrome extension developed by kunaltawatia, and its main feature is "This adds functionality of an in-page whiteboard in Google Meet real-time video conferences. Attendees can now see a common…".

Extension Screenshots

screenshot
screenshot

Download MEETboard Extension CRX File

Download MEETboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name MEETboard MEETboard
ID khdpepplemadoajklfhgmffmhjojicie
Official URL https://chromewebstore.google.com/detail/meetboard/khdpepplemadoajklfhgmffmhjojicie
Description This adds functionality of an in-page whiteboard in Google Meet real-time video conferences. Attendees can now see a common…
File Size 1.38 MB
Installation Count 691
Current Version 0.4.2
Last Updated 2021-05-13
Publish Date 2021-02-06
Rating 5.00/5 Total 2 Ratings
Developer kunaltawatia
Email [email protected]
Payment Type free
Extension Website https://extension.webug.space/
Supported Languages 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'"
}