Bloombench Screenshare
Screensharing Extension for Bloombench
ما هو Bloombench Screenshare؟
Bloombench Screenshare هو إضافة Chrome تم تطويرها بواسطة http://bloombench.com، والميزة الرئيسية لها هي "Screensharing Extension for Bloombench".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bloombench Screenshare
قم بتنزيل ملفات الامتداد Bloombench Screenshare بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The Bloombench screen sharing extension allows all the users of the bloombench's virtual classroom to share different aspects of their desktop/screen with the other users. Bloombench.com is an online learning portal which allows students and professors to connect in real time thereby enhancing their learning experience. The extension supports the following use cases: 1. Select which window to share from your computer 2. Participants can click on the full screen icon to see the shared screen more clearly
معلومات أساسية عن التمديد
الاسم | |
ID | mpadkkhpjaopoiboknmmilbojnangeoe |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/bloombench-screenshare/mpadkkhpjaopoiboknmmilbojnangeoe |
الوصف | Screensharing Extension for Bloombench |
حجم الملف | 11.88 KB |
عدد التثبيتات | 67 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2019-04-03 |
تاريخ النشر | 2019-04-03 |
المطور | http://bloombench.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://bloombench.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bloombench Screenshare", "description": "Screensharing Extension for Bloombench", "version": "1.0.2", "manifest_version": 2, "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.bloombench.com\/*", "https:\/\/localhost\/*" ], "js": [ "content-script.js" ] } ], "permissions": [ "desktopCapture", "https:\/\/*.bloombench.com\/*", "https:\/\/localhost\/*" ] } |