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…」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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'"
} | |