Proficonf screen sharing
Simple extension that allows to stream desktop with proficonf.com
Wat is Proficonf screen sharing?
Proficonf screen sharing is een Chrome-extensie ontwikkeld door https://proficonf.com, en de belangrijkste functie is "Simple extension that allows to stream desktop with proficonf.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Proficonf screen sharing
Download Proficonf screen sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | jhflfpbpmmmafddiaajdipeibfnddcaa |
Officiële URL | https://chromewebstore.google.com/detail/proficonf-screen-sharing/jhflfpbpmmmafddiaajdipeibfnddcaa |
Beschrijving | Simple extension that allows to stream desktop with proficonf.com |
Bestandsgrootte | 11 KB |
Aantal Installaties | 228 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2018-03-21 |
Publicatiedatum | 2018-03-21 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://proficonf.com |
Betalingswijze | free |
Extensiewebsite | https://proficonf.com |
Ondersteunde Talen | 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\/*" ] } } |