Record/Stream Screen Sharing Extension
Share your screen while recording or streaming.
Co to jest Record/Stream Screen Sharing Extension?
Record/Stream Screen Sharing Extension to rozszerzenie Chrome opracowane przez MNS, a jego główną funkcją jest „Share your screen while recording or streaming.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Record/Stream Screen Sharing Extension
Pobierz pliki rozszerzeń Record/Stream Screen Sharing 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
By using this extension together with the cloud service you will be able to record/stream your desktop or a specific application window.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kelhcmnhmbkpioocdcoafbikjbckggjb |
Oficjalny URL | https://chrome.google.com/webstore/detail/recordstream-screen-shari/kelhcmnhmbkpioocdcoafbikjbckggjb |
Opis | Share your screen while recording or streaming. |
Rozmiar pliku | 9.54 KB |
Liczba instalacji | 6,000 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2018-09-25 |
Data Publikacji | 2018-09-25 |
Ocena | 2.75/5 Łącznie 4 Oceny |
Deweloper | MNS |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.mns.vc/privacy |
Obsługiwane Języki | en |
manifest.json | |
{ "manifest_version": 2, "name": "Record\/Stream Screen Sharing Extension", "version": "1.0.0", "description": "Share your screen while recording or streaming.", "icons": { "128": "rec-vc-icon-128.png", "16": "rec-vc-icon-16.png", "48": "rec-vc-icon-48.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "content-script.js" ], "matches": [ " |