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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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