ConexED Screen Sharing
Chrome screen sharing extension for the ConexED platform
ما هو ConexED Screen Sharing؟
ConexED Screen Sharing هو إضافة Chrome تم تطويرها بواسطة https://conexed.com، والميزة الرئيسية لها هي "Chrome screen sharing extension for the ConexED platform".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ConexED Screen Sharing
قم بتنزيل ملفات الامتداد ConexED Screen Sharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Share your full desktop or select an application window to share. (Note: others will be able to see a higher resolution of your shared application if your application's window is smaller than full screen. Application windows sized around 800x400 work best.)
معلومات أساسية عن التمديد
الاسم | ConexED Screen Sharing |
ID | fadlnhpmllgjcllbnpjdknlbnnpammlg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/conexed-screen-sharing/fadlnhpmllgjcllbnpjdknlbnnpammlg |
الوصف | Chrome screen sharing extension for the ConexED platform |
حجم الملف | 15.6 KB |
عدد التثبيتات | 20,000 |
النسخة الحالية | 1.7.3 |
آخر تحديث | 2018-09-26 |
تاريخ النشر | 2018-09-26 |
تقييم | 4.00/5 مجموع تقييمات 10 |
المطور | https://conexed.com |
نوع الدفع | free |
موقع الإضافة | https://conexed.com |
عنوان صفحة المساعدة | https://blog.conexed.com/help-center/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ConexED Screen Sharing", "version": "1.7.3", "manifest_version": 2, "description": "Chrome screen sharing extension for the ConexED platform", "background": { "page": "background.html", "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.craniumcafe.com\/*", "https:\/\/*.conexed.com\/*" ] }, "icons": { "16": "images\/16x16-C.png", "32": "images\/32x32-C.png", "48": "images\/48x48-C.png", "128": "images\/128x128-C.png" }, "permissions": [ "desktopCapture", "https:\/\/*.craniumcafe.com\/*", "https:\/\/*.conexed.com\/*" ], "web_accessible_resources": [ "images\/48x48-C.png" ] } |