CliqMeet Screenshare
A simple extension that allows you to stream your desktop into meetings with CliqMeet.
ما هو CliqMeet Screenshare؟
CliqMeet Screenshare هو إضافة Chrome تم تطويرها بواسطة https://cliqmeet.com، والميزة الرئيسية لها هي "A simple extension that allows you to stream your desktop into meetings with CliqMeet.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CliqMeet Screenshare
قم بتنزيل ملفات الامتداد CliqMeet Screenshare بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple extension that allows you to stream your desktop into meetings with CliqMeet. No installation and no Flash required. CliqMeet is a HTML5 Web conferencing solution. It works on any device. You can try it out yourself at https://www.cliqmeet.com. This extension provides the cliqmeet site with desktop streaming functionality over Chrome. Start online meetings with one click and perform video conferencing, screen sharing , whiteboard and online presentations and even record everything.
معلومات أساسية عن التمديد
الاسم | CliqMeet Screenshare |
ID | mobodblofhlnnogfkomgijbbikbjlool |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cliqmeet-screenshare/mobodblofhlnnogfkomgijbbikbjlool |
الوصف | A simple extension that allows you to stream your desktop into meetings with CliqMeet. |
حجم الملف | 19.94 KB |
عدد التثبيتات | 268 |
النسخة الحالية | 0.0.0.5 |
آخر تحديث | 2014-10-13 |
تاريخ النشر | 2014-10-13 |
تقييم | 4.14/5 مجموع تقييمات 7 |
المطور | https://cliqmeet.com |
نوع الدفع | free |
موقع الإضافة | https://www.cliqmeet.com |
عنوان صفحة المساعدة | https://www.cliqmeet.com/en-US/support |
اللغات المدعومة | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "background.js" ] }, "description": "A simple extension that allows you to stream your desktop into meetings with CliqMeet.", "externally_connectable": { "matches": [ "*:\/\/www.cliqmeet.local\/*", "*:\/\/*.cliqmeet.com\/*", "*:\/\/*.webinar.cc\/*", "*:\/\/*.camference.events\/*", "*:\/\/*.waf-meeting.de\/*" ] }, "icons": { "128": "cliqmeet-logo-128x128.png", "16": "cliqmeet-logo-16x16.png", "48": "cliqmeet-logo-48x48.png" }, "manifest_version": 2, "minimum_chrome_version": "34", "name": "CliqMeet Screenshare", "short_name": "Desktop and Screen sharing to any device", "permissions": [ "desktopCapture" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.0.5" } |