Web.TV Screen Sharing
Web.TV screen sharing for web conference
What is Web.TV Screen Sharing?
Web.TV Screen Sharing is a Chrome extension developed by Web.TV Developer Team, and its main feature is "Web.TV screen sharing for web conference".
Extension Screenshots
Download Web.TV Screen Sharing Extension CRX File
Download Web.TV Screen Sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension enable screen sharing functionality for Web.TV video conference. Participants can share their screen and application windows with another participants in the same web.tv conference channel.
Extension Basic Information
Name | Web.TV Screen Sharing |
ID | lmdjfpiidgmpcdfdjkhnlennkobbmbpk |
Official URL | https://chromewebstore.google.com/detail/webtv-screen-sharing/lmdjfpiidgmpcdfdjkhnlennkobbmbpk |
Description | Web.TV screen sharing for web conference |
File Size | 13.52 KB |
Installation Count | 728 |
Current Version | 1.0.2 |
Last Updated | 2017-04-05 |
Publish Date | 2017-04-05 |
Rating | 4.71/5 Total 7 Ratings |
Developer | Web.TV Developer Team |
[email protected] | |
Payment Type | free |
Extension Website | https://web.tv |
Privacy Policy Page URL | https://web.tv/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web.TV Screen Sharing", "version": "1.0.2", "description": "Web.TV screen sharing for web conference", "icons": { "16": "images\/conference-16.png", "32": "images\/conference-32.png", "48": "images\/conference-48.png", "64": "images\/conference-64.png", "128": "images\/conference-128.png" }, "author": "Web.TV Developer Team", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*.web.tv\/*" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.web.tv\/*" ] }, "homepage_url": "https:\/\/web.tv", "minimum_chrome_version": "34", "permissions": [ "desktopCapture" ] } |