Live.Barco Screen Sharing
This Chrome extension is developed primary for https://live.barco.cloud/
ما هو Live.Barco Screen Sharing؟
Live.Barco Screen Sharing هو إضافة Chrome تم تطويرها بواسطة Live.Barco، والميزة الرئيسية لها هي "This Chrome extension is developed primary for https://live.barco.cloud/".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Live.Barco Screen Sharing
قم بتنزيل ملفات الامتداد Live.Barco Screen Sharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This Chrome extension is developed primary for https://live.barco.cloud/
This extension makes use of native chrome API to return screen id, so that screen sharing can be done. معلومات أساسية عن التمديد
| الاسم | |
| ID | hodkfbelgnjmmenabpliifaomefdipom |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/livebarco-screen-sharing/hodkfbelgnjmmenabpliifaomefdipom |
| الوصف | This Chrome extension is developed primary for https://live.barco.cloud/ |
| حجم الملف | 22.34 KB |
| عدد التثبيتات | 143 |
| النسخة الحالية | 1.0 |
| آخر تحديث | 2018-03-22 |
| تاريخ النشر | 2018-03-21 |
| تقييم | 5.00/5 مجموع تقييمات 3 |
| المطور | Live.Barco |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://live.barco.cloud |
| عنوان صفحة المساعدة | https://live.barco.cloud |
| عنوان صفحة سياسة الخصوصية | https://www.barco.com/en/about-barco/legal/privacy-policy |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Live.Barco Screen Sharing",
"author": "Live.Barco",
"version": "1.0",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "This Chrome extension is developed primary for https:\/\/live.barco.cloud\/",
"homepage_url": "https:\/\/live.barco.cloud\/",
"background": {
"scripts": [
"background-script.js"
],
"persistent": false
},
"externally_connectable": {
"matches": [
"https:\/\/*.barco.com\/*",
"https:\/\/*.barco.cloud\/*",
"https:\/\/*.barco.com:8084\/*"
]
},
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"icon.png"
]
} | |