FluentCloud Meetings Presenter
This extension is required to share your desktop with FluentCloud Meetings, brought to you by FluentStream Technologies.
Co to jest FluentCloud Meetings Presenter?
FluentCloud Meetings Presenter to rozszerzenie Chrome opracowane przez https://www.fluentstream.com, a jego główną funkcją jest „This extension is required to share your desktop with FluentCloud Meetings, brought to you by FluentStream Technologies.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia FluentCloud Meetings Presenter
Pobierz pliki rozszerzeń FluentCloud Meetings Presenter 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
FluentCloud Meetings allows for very efficient collaboration. It allows users to stream their desktop or only some windows. It also shared document editing with Etherpad and remote presentations with Prezi.
Podstawowe informacje o rozszerzeniu
Nazwa | FluentCloud Meetings Presenter |
ID | jjgfjbggknjheidfijhjnmnnicgnklij |
Oficjalny URL | https://chromewebstore.google.com/detail/fluentcloud-meetings-pres/jjgfjbggknjheidfijhjnmnnicgnklij |
Opis | This extension is required to share your desktop with FluentCloud Meetings, brought to you by FluentStream Technologies. |
Rozmiar pliku | 15.74 KB |
Liczba instalacji | 121 |
Aktualna Wersja | 0.1.6 |
Ostatnia Aktualizacja | 2016-10-13 |
Data Publikacji | 2016-10-13 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://www.fluentstream.com |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.fluentstream.com/privacy-policy |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FluentCloud Meetings Presenter", "description": "This extension is required to share your desktop with FluentCloud Meetings, brought to you by FluentStream Technologies.", "version": "0.1.6", "short_name": "FluentCloudPresenter", "minimum_chrome_version": "34", "icons": { "16": "FS_VideoConf_Icon1_16x16.png", "48": "FS_VideoConf_Icon2_48x48.png", "128": "FS_VideoConf_Icon3_128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/meet.fluentcloud.com\/*" ] } } |