Pixel Direct Screenshare Room Extension
Pixel CTV Screen Sharing allows you share screens
Co to jest Pixel Direct Screenshare Room Extension?
Pixel Direct Screenshare Room Extension to rozszerzenie Chrome opracowane przez https://www.netstairs.com, a jego główną funkcją jest „Pixel CTV Screen Sharing allows you share screens”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pixel Direct Screenshare Room Extension
Pobierz pliki rozszerzeń Pixel Direct Screenshare Room Extension 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
Pixel Direct Screen Sharing allows you to share your screens directly into the rooms
Podstawowe informacje o rozszerzeniu
Nazwa | Pixel Direct Screenshare Room Extension |
ID | icfnnpdeklgcjignpoachjocnhfkjlkk |
Oficjalny URL | https://chromewebstore.google.com/detail/pixel-direct-screenshare/icfnnpdeklgcjignpoachjocnhfkjlkk |
Opis | Pixel CTV Screen Sharing allows you share screens |
Rozmiar pliku | 12.58 KB |
Liczba instalacji | 388 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2020-06-09 |
Data Publikacji | 2020-06-09 |
Deweloper | https://www.netstairs.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://pixel.click-to-video.com |
Adres URL Strony Pomocy | https://netstairs.estreamdesk.com/ |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pixel Direct Screenshare Room Extension", "author": "NETSTAIRS", "description": "Pixel CTV Screen Sharing allows you share screens", "version": "1.1.0", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/pixel.click-to-video.com\/*", "https:\/\/icdn.video\/*" ] } ], "homepage_url": "https:\/\/pixel.click-to-video.com\/", "externally_connectable": { "matches": [ "https:\/\/pixel.click-to-video.com\/*", "https:\/\/icdn.video\/*" ] } } |