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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Secure screen sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
गोपनीयता नीति पृष्ठ URL 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\/*"
        ]
    }
}