Web.TV Screen Sharing
Web.TV screen sharing for web conference
Co to jest Web.TV Screen Sharing?
Web.TV Screen Sharing to rozszerzenie Chrome opracowane przez Web.TV Developer Team, a jego główną funkcją jest „Web.TV screen sharing for web conference”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Web.TV Screen Sharing
Pobierz pliki rozszerzeń Web.TV Screen Sharing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Web.TV Screen Sharing |
ID | lmdjfpiidgmpcdfdjkhnlennkobbmbpk |
Oficjalny URL | https://chromewebstore.google.com/detail/webtv-screen-sharing/lmdjfpiidgmpcdfdjkhnlennkobbmbpk |
Opis | Web.TV screen sharing for web conference |
Rozmiar pliku | 13.52 KB |
Liczba instalacji | 728 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2017-04-05 |
Data Publikacji | 2017-04-05 |
Ocena | 4.71/5 Łącznie 7 Oceny |
Deweloper | Web.TV Developer Team |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://web.tv |
Adres URL Strony Polityki Prywatności | https://web.tv/privacy-policy |
Obsługiwane Języki | 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" ] } |