Proficonf screen sharing
Simple extension that allows to stream desktop with proficonf.com
Co to jest Proficonf screen sharing?
Proficonf screen sharing to rozszerzenie Chrome opracowane przez https://proficonf.com, a jego główną funkcją jest „Simple extension that allows to stream desktop with proficonf.com”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Proficonf screen sharing
Pobierz pliki rozszerzeń Proficonf screen sharing 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
Chrome extension to share the screen from your computer in a video conversation for your audience. Proficonf allows you to start a video conversation with anyone right in the browser, without the need to download and install any software. Proficonf includes all you need in one application for a great communication experience: * Documents demonstration * High quality screen sharing * Multi-user chat * Recordings .. and many more Be productive with the latest video conferencing technologies!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jhflfpbpmmmafddiaajdipeibfnddcaa |
Oficjalny URL | https://chromewebstore.google.com/detail/proficonf-screen-sharing/jhflfpbpmmmafddiaajdipeibfnddcaa |
Opis | Simple extension that allows to stream desktop with proficonf.com |
Rozmiar pliku | 11 KB |
Liczba instalacji | 228 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2018-03-21 |
Data Publikacji | 2018-03-21 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://proficonf.com |
Typ Płatności | free |
Strona Rozszerzenia | https://proficonf.com |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Proficonf screen sharing", "description": "Simple extension that allows to stream desktop with proficonf.com", "version": "1.0.1", "minimum_chrome_version": "34", "icons": { "16": "logo-16x16.png", "48": "logo-48x48.png", "128": "logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/proficonf.com\/*", "*:\/\/*.proficonf.com\/*", "*:\/\/*.proficonf.io\/*", "http:\/\/localhost:8000\/*" ] } } |