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
官方網址 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"
    ]
}