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によって開発されたChromeの拡張機能で、その主な機能は「Share the screen from your computer in a video meeting, to show presentations, photos, and documents. This extension lets you…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Secure screen sharing拡張機能のCRXファイルをダウンロード

Secure screen sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
        ]
    }
}