Secure screen sharing

Share the screen from your computer in a video meeting, to show presentations, photos, and documents. This extension lets you…

ما هو Secure screen sharing؟

Secure screen sharing هو إضافة Chrome تم تطويرها بواسطة https://24sessions.com، والميزة الرئيسية لها هي "Share the screen from your computer in a video meeting, to show presentations, photos, and documents. This extension lets you…".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Secure screen sharing

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

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

                        Share the screen from your computer in a video meeting, to show presentations, photos, and documents.

This extension lets you share your screen with other participants in 24sessions meeting room so you can hold efficient online meetings with anyone right in the browser. 

- Select which window/application or Chrome tab to share from your computer
- Participants can double-click to view your shared screen in fullscreen
- Secure screen sharing


Install instruction:

- On the top of the page click "Add to Chrome" this will Install the 24session screen sharing extension.
- After installation, browse back to the meeting room tab window.
- Click "Refresh page" button to activate the screen sharing.
- After page refresh click "Share screen" again and you are good to go.


About 24sessions:

24sessions.com requires a WebRTC-compliant browser such as Chrome, Firefox, Microsoft Edge or Opera, and supports the last two versions of Chrome.                    

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

الاسم Secure screen sharing Secure screen sharing
ID akngncmebaenfdgfbmommpnonpidhaod
عنوان URL الرسمي https://chromewebstore.google.com/detail/secure-screen-sharing/akngncmebaenfdgfbmommpnonpidhaod
الوصف Share the screen from your computer in a video meeting, to show presentations, photos, and documents. This extension lets you…
حجم الملف 37.06 KB
عدد التثبيتات 1,548
النسخة الحالية 2.1.1
آخر تحديث 2019-05-16
تاريخ النشر 2019-05-16
تقييم 5.00/5 مجموع تقييمات 1
المطور https://24sessions.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://24sessions.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Secure screen sharing",
    "version": "2.1.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "desktopCapture",
        "activeTab",
        "https:\/\/*.24sessions.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.24sessions.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "version.txt"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.24sessions.com\/*"
        ]
    }
}