WebinarJam Screen Sharing
This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen.
ما هو WebinarJam Screen Sharing؟
WebinarJam Screen Sharing هو إضافة Chrome تم تطويرها بواسطة https://dev.webinarjam.com، والميزة الرئيسية لها هي "This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة WebinarJam Screen Sharing
قم بتنزيل ملفات الامتداد WebinarJam Screen Sharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Allows WebinarJam presenters to screen share their desktop to their viewers معلومات أساسية عن التمديد
| الاسم | |
| ID | fjcagflhkmbkecgddkjblhkadbplhfan |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/webinarjam-screen-sharing/fjcagflhkmbkecgddkjblhkadbplhfan |
| الوصف | This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen. |
| حجم الملف | 28.84 KB |
| عدد التثبيتات | 1,104 |
| النسخة الحالية | 2.1 |
| آخر تحديث | 2016-05-13 |
| تاريخ النشر | 2016-05-13 |
| المطور | https://dev.webinarjam.com |
| نوع الدفع | free |
| موقع الإضافة | https://dev.webinarjam.com |
| عنوان صفحة المساعدة | https://dev.webinarjam.com |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "WebinarJam Screen Sharing",
"author": "Genesis Digital, LLC",
"version": "2.1",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "This Chrome extension is developed for https:\/\/www.webinarjam.com. It doesn't do anything except capture content of your screen.",
"homepage_url": "https:\/\/www.webinarjam.com\/",
"background": {
"scripts": [
"background-script.js"
],
"persistent": false
},
"externally_connectable": {
"matches": [
"*:\/\/*.webinarjam.com\/*"
]
},
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"icon.png"
]
} | |