talkroom screen sharing

Share full-screen or specific application's screen on any HTTPs domain!

talkroom screen sharingとは何ですか?

talkroom screen sharingはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Share full-screen or specific application's screen on any HTTPs domain!」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Share the screen on our conferencing platform with the people connected on room. Sharing your screen helps in many ways and we are sure you will have your own usecase in which you will get benefited by screen sharing.

In order to keep it secure and safe for you, its required to install a authenticated extention in your browser.

This extension lets you share your screen with other participants, and that is the only purpose of this extention.

To share your screen supported by this extention, you will need to 
- Select process/window to share from your computer
- If you want to share and show everything happening on your computer, select Entire Screen                    

拡張機能の基本情報

名前 talkroom screen sharing talkroom screen sharing
ID bacdhkkjdbghahbhopkgfijligodechn
公式URL https://chromewebstore.google.com/detail/talkroom-screen-sharing/bacdhkkjdbghahbhopkgfijligodechn
説明 Share full-screen or specific application's screen on any HTTPs domain!
ファイルサイズ 10.22 KB
インストール数 92
現在のバージョン 0.0.0.3
最終更新日 2018-01-25
公開日 2018-01-25
開発者 Unknown
支払い方法 free
拡張機能のウェブサイト https://talkroom.io
ヘルプページのURL https://talkroom.io
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "talkroom screen sharing",
    "author": "Galaxy Weblinks",
    "version": "0.0.0.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Share full-screen or specific application's screen on any HTTPs domain!",
    "homepage_url": "https:\/\/talkroom.io",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/talkroom.io\/*",
                "https:\/\/blumblum15.galaxysofttech.co.in\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}