talkroom screen sharing

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

talkroom screen sharing là gì?

talkroom screen sharing là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Share full-screen or specific application's screen on any HTTPs domain!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng talkroom screen sharing

Tải xuống các tệp mở rộng talkroom screen sharing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên talkroom screen sharing talkroom screen sharing
ID bacdhkkjdbghahbhopkgfijligodechn
URL Chính Thức https://chromewebstore.google.com/detail/talkroom-screen-sharing/bacdhkkjdbghahbhopkgfijligodechn
Mô tả Share full-screen or specific application's screen on any HTTPs domain!
Kích Thước Tệp 10.22 KB
Số Lần Cài Đặt 92
Phiên Bản Hiện Tại 0.0.0.3
Cập Nhật Lần Cuối 2018-01-25
Ngày Phát Hành 2018-01-25
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://talkroom.io
URL Trang Trợ Giúp https://talkroom.io
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}