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"
    ]
}