CTV Screen Sharing
CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.
ما هو CTV Screen Sharing؟
CTV Screen Sharing هو إضافة Chrome تم تطويرها بواسطة https://click-to-video.com، والميزة الرئيسية لها هي "CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CTV Screen Sharing
قم بتنزيل ملفات الامتداد CTV Screen Sharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.                     معلومات أساسية عن التمديد
| الاسم |  | 
| ID | kohfoaokpnbibffipkhanldhanejlgpm | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/ctv-screen-sharing/kohfoaokpnbibffipkhanldhanejlgpm | 
| الوصف | CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones. | 
| حجم الملف | 99.59 KB | 
| عدد التثبيتات | 63 | 
| النسخة الحالية | 1.6 | 
| آخر تحديث | 2016-12-16 | 
| تاريخ النشر | 2016-12-16 | 
| تقييم | 4.00/5 مجموع تقييمات 1 | 
| المطور | https://click-to-video.com | 
| البريد الإلكتروني | [email protected] | 
| نوع الدفع | free | 
| اللغات المدعومة | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CTV Screen Sharing",
    "author": "NetStairs",
    "version": "1.6",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "CTV Screen Sharing allows you share screens, along with chat, files, and webcams\/microphones.",
    "homepage_url": "https:\/\/www.click-to-video.com\/",
    "background": {
        "scripts": [
            "websocket.js",
            "RTCMultiConnection.min.js",
            "CodecsHandler.js",
            "desktop-capturing.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/desktopCapture22.png",
        "default_title": "CTV Screen Sharing"
    },
    "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
    }
} | |