Crowdcast Screensharing
This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen.
Co to jest Crowdcast Screensharing?
Crowdcast Screensharing to rozszerzenie Chrome opracowane przez https://www.crowdcast.io, a jego główną funkcją jest „This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Crowdcast Screensharing
Pobierz pliki rozszerzeń Crowdcast Screensharing 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 is used by Crowdcast https://www.crowdcast.io/ to capture the content of your screen when using the "Screensharing" feature of a Crowdcast event!
Podstawowe informacje o rozszerzeniu
Nazwa | Crowdcast Screensharing |
ID | kgmadhplahebfoiijgloflhakfjlkbpb |
Oficjalny URL | https://chromewebstore.google.com/detail/crowdcast-screensharing/kgmadhplahebfoiijgloflhakfjlkbpb |
Opis | This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen. |
Rozmiar pliku | 16.53 KB |
Liczba instalacji | 3,046 |
Aktualna Wersja | 2.1.0 |
Ostatnia Aktualizacja | 2018-05-02 |
Data Publikacji | 2018-05-02 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | https://www.crowdcast.io |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crowdcast Screensharing", "author": "Crowdcast, Inc.", "version": "2.1.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed for https:\/\/www.crowdcast.io\/. It doesn't do anything except capture content of your screen.", "homepage_url": "http:\/\/www.crowdcast.io\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.crowdcast.io\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |