C-Meeting Desktop Sharing Extension
Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.
ما هو C-Meeting Desktop Sharing Extension؟
C-Meeting Desktop Sharing Extension هو إضافة Chrome تم تطويرها بواسطة jheuler، والميزة الرئيسية لها هي "Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة C-Meeting Desktop Sharing Extension
قم بتنزيل ملفات الامتداد C-Meeting Desktop Sharing Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This desktop sharing extension enables sharing from the Chrome browser for C-Meeting, Concert-Oh and BpresentLive. معلومات أساسية عن التمديد
| الاسم | |
| ID | jgldmgcakddjinippbpmbjldahfoojhn |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/c-meeting-desktop-sharing/jgldmgcakddjinippbpmbjldahfoojhn |
| الوصف | Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome. |
| حجم الملف | 27.52 KB |
| عدد التثبيتات | 384 |
| النسخة الحالية | 1.0.0.1 |
| آخر تحديث | 2016-06-01 |
| تاريخ النشر | 2016-06-01 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | jheuler |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"icons": {
"16": "Icon16.png",
"32": "Icon32.png",
"48": "Icon48.png",
"128": "Icon128.png"
},
"name": "C-Meeting Desktop Sharing Extension",
"short_name": "CMDeskShare",
"description": "Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.",
"version": "1.0.0.1",
"permissions": [
"nativeMessaging"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*.cefriel.it\/*",
"*:\/\/*.concert-oh.com\/*",
"*:\/\/*.bpresentlive.com\/*",
"*:\/\/*.c-meeting.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
]
} | |