oorja screensharing
Extension to allow screen sharing in oorja
ما هو oorja screensharing؟
oorja screensharing هو إضافة Chrome تم تطويرها بواسطة https://oorja.io، والميزة الرئيسية لها هي "Extension to allow screen sharing in oorja".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة oorja screensharing
قم بتنزيل ملفات الامتداد oorja screensharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Using this extension you will be able to share your screen when using oorja. https://oorja.io
Go to Video Chat tab and click on screen icon, right next to mute buttons for audio and video.
A dialog box will ask you if you wish to share the full screen or choose a certain program window.
That's it. In case of any difficulty or issue please leave a message. Thanks! معلومات أساسية عن التمديد
| الاسم | |
| ID | kobkjhijljmjkobadoknmhakgfpkhiff |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/oorja-screensharing/kobkjhijljmjkobadoknmhakgfpkhiff |
| الوصف | Extension to allow screen sharing in oorja |
| حجم الملف | 13.89 KB |
| عدد التثبيتات | 54 |
| النسخة الحالية | 0.0.0.3 |
| آخر تحديث | 2017-05-29 |
| تاريخ النشر | 2017-05-29 |
| المطور | https://oorja.io |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"minimum_chrome_version": "34",
"name": "oorja screensharing",
"permissions": [
"desktopCapture"
],
"short_name": "Screen sharing for oorja",
"version": "0.0.0.3",
"background": {
"persistent": true,
"scripts": [
"script.js"
]
},
"description": "Extension to allow screen sharing in oorja",
"externally_connectable": {
"matches": [
"*:\/\/*.oorja.io\/*"
]
},
"icons": {
"128": "oorja_icon_128.png",
"16": "oorja_icon_16.png",
"48": "oorja_icon_48.png"
},
"browser_action": {
"default_icon": "oorja_icon_128.png"
}
} | |