Sling Desktop Share
This extension allows the slingapp.net website to share your screen.
Co to jest Sling Desktop Share?
Sling Desktop Share to rozszerzenie Chrome opracowane przez http://slingapp.net, a jego główną funkcją jest „This extension allows the slingapp.net website to share your screen.”.
Pobierz plik CRX rozszerzenia Sling Desktop Share
Pobierz pliki rozszerzeń Sling Desktop Share 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 activates the Chrome desktop share screen picker and relays a chosen screen to any webpage that calls it.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pecpbndlndfegjibmbaplkjdkhdgmnei |
Oficjalny URL | https://chrome.google.com/webstore/detail/sling-desktop-share/pecpbndlndfegjibmbaplkjdkhdgmnei |
Opis | This extension allows the slingapp.net website to share your screen. |
Rozmiar pliku | 4.78 KB |
Liczba instalacji | 242 |
Aktualna Wersja | 1.1.2 |
Ostatnia Aktualizacja | 2017-06-06 |
Data Publikacji | 2017-06-06 |
Ocena | 3.67/5 Łącznie 6 Oceny |
Deweloper | http://slingapp.net |
Typ Płatności | free |
Strona Rozszerzenia | https://slingapp.net |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sling Desktop Share", "description": "This extension allows the slingapp.net website to share your screen.", "version": "1.1.2", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "sling64.png" }, "permissions": [ "activeTab", "desktopCapture", "tabs" ], "externally_connectible": { "matches": [ "*:\/\/slingapp.net\/*", "*:\/\/*.slingapp.net\/*" ] } } |