MEETboard

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

Wat is MEETboard?

MEETboard is een Chrome-extensie ontwikkeld door kunaltawatia, en de belangrijkste functie is "This adds functionality of an in-page whiteboard in Google Meet real-time video conferences. Attendees can now see a common…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie MEETboard

Download MEETboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam MEETboard MEETboard
ID khdpepplemadoajklfhgmffmhjojicie
Officiële URL https://chromewebstore.google.com/detail/meetboard/khdpepplemadoajklfhgmffmhjojicie
Beschrijving This adds functionality of an in-page whiteboard in Google Meet real-time video conferences. Attendees can now see a common…
Bestandsgrootte 1.38 MB
Aantal Installaties 691
Huidige Versie 0.4.2
Laatst Bijgewerkt 2021-05-13
Publicatiedatum 2021-02-06
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar kunaltawatia
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://extension.webug.space/
Ondersteunde Talen 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'"
}