MEETboard
This adds functionality of an in-page whiteboard in Google Meet real-time video conferences. Attendees can now see a common…
ما هو MEETboard؟
MEETboard هو إضافة Chrome تم تطويرها بواسطة kunaltawatia، والميزة الرئيسية لها هي "This adds functionality of an in-page whiteboard in Google Meet real-time video conferences. Attendees can now see a common…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MEETboard
قم بتنزيل ملفات الامتداد MEETboard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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'" } |