Screen Sharing

Chrome Extension for sharing screen in video chat

ما هو Screen Sharing؟

Screen Sharing هو إضافة Chrome تم تطويرها بواسطة Jungleworks، والميزة الرئيسية لها هي "Chrome Extension for sharing screen in video chat".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Screen Sharing

قم بتنزيل ملفات الامتداد Screen Sharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Share the screen from your computer in a video conversation, to show presentations, photos and documents.
This extension lets you share your screen with other participants in a video chat, so you can hold efficient online meetings. 

Install it to share the screen from your computer in a video conversation, to show presentations, photos and documents.

- Select which window/application or Chrome tab to share from your computer
- Handles multiple screens/monitors
- Participants can double-click to view your shared screen in fullscreen                    

معلومات أساسية عن التمديد

الاسم Screen Sharing Screen Sharing
ID onnpnbcklmahhoajlilopflaandmlooa
عنوان URL الرسمي https://chromewebstore.google.com/detail/screen-sharing/onnpnbcklmahhoajlilopflaandmlooa
الوصف Chrome Extension for sharing screen in video chat
حجم الملف 7.52 KB
عدد التثبيتات 51,594
النسخة الحالية 1.0.5
آخر تحديث 2019-10-14
تاريخ النشر 2019-10-14
تقييم 2.58/5 مجموع تقييمات 12
المطور Jungleworks
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://jungleworks.com
عنوان صفحة سياسة الخصوصية https://jungleworks.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Sharing",
    "description": "Chrome Extension for sharing screen in video chat",
    "version": "1.0.5",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "scripts": [
            "extension.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.fugu.chat\/*",
            "https:\/\/*.officechat.io\/*",
            "https:\/\/*.fuguchat.com\/*",
            "https:\/\/hippochat.io\/*",
            "https:\/\/*.muleapp.io\/*",
            "https:\/\/*.mazentaa.in\/*",
            "https:\/\/*.bulbul.io\/*",
            "https:\/\/*.fuelbyghq.com\/*",
            "https:\/\/*.xpertreach.io\/*"
        ]
    },
    "permissions": [
        "desktopCapture"
    ]
}