CONNECTIX Desktop sharing
Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.
ما هو CONNECTIX Desktop sharing؟
CONNECTIX Desktop sharing هو إضافة Chrome تم تطويرها بواسطة https://connectix.net، والميزة الرئيسية لها هي "Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CONNECTIX Desktop sharing
قم بتنزيل ملفات الامتداد CONNECTIX Desktop sharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
screen sharing معلومات أساسية عن التمديد
| الاسم | |
| ID | codhkppmaiogifohnenadkhgfknebede |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/connectix-desktop-sharing/codhkppmaiogifohnenadkhgfknebede |
| الوصف | Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing. |
| حجم الملف | 83.98 KB |
| عدد التثبيتات | 1,468 |
| النسخة الحالية | 1.9.3.3 |
| آخر تحديث | 2015-07-08 |
| تاريخ النشر | 2015-07-07 |
| تقييم | 4.80/5 مجموع تقييمات 5 |
| المطور | https://connectix.net |
| نوع الدفع | free |
| موقع الإضافة | http://connectix.net/videoconf/desktop_sharing/ |
| عنوان صفحة المساعدة | http://connectix.net/videoconf/desktop_sharing/ |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "CONNECTIX Desktop sharing",
"author": "CONNECTIX",
"version": "1.9.3.3",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.",
"homepage_url": "http:\/\/connectix.net\/videoconf\/desktop_sharing\/viewer.html",
"background": {
"scripts": [
"websocket.js",
"RTCMultiConnection.js",
"desktop-capturing.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "images\/desktopCapture22.png",
"default_title": "Share Desktop!"
},
"icons": {
"16": "images\/desktopCapture16.png",
"22": "images\/desktopCapture22.png",
"32": "images\/desktopCapture32.png",
"48": "images\/desktopCapture48.png",
"128": "images\/desktopCapture128.png"
},
"permissions": [
"desktopCapture",
"storage"
],
"web_accessible_resources": [
"images\/desktopCapture48.png"
],
"options_ui": {
"page": "options.html",
"chrome_style": true
}
} | |