Linkello Screen Sharing
This extension allows you to share your screen
ما هو Linkello Screen Sharing؟
Linkello Screen Sharing هو إضافة Chrome تم تطويرها بواسطة https://linkello.com، والميزة الرئيسية لها هي "This extension allows you to share your screen".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Linkello Screen Sharing
قم بتنزيل ملفات الامتداد Linkello Screen Sharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Install this plugin to enable the screen sharing feature on linkello.com. Don't forget to reload the conference page after having installed this add-on !
معلومات أساسية عن التمديد
الاسم | Linkello Screen Sharing |
ID | eeopgbooadfjifpfalhifnogjblphecd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/linkello-screen-sharing/eeopgbooadfjifpfalhifnogjblphecd |
الوصف | This extension allows you to share your screen |
حجم الملف | 12.11 KB |
عدد التثبيتات | 243 |
النسخة الحالية | 1.0 |
آخر تحديث | 2019-01-09 |
تاريخ النشر | 2019-01-09 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://linkello.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Linkello Screen Sharing", "description": "This extension allows you to share your screen", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "128": "logo_icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "bridge.js" ], "matches": [ "*:\/\/*.linkello.com\/*" ] } ], "permissions": [ "desktopCapture" ] } |