Proficonf screen sharing
Simple extension that allows to stream desktop with proficonf.com
Vad är Proficonf screen sharing?
Proficonf screen sharing är en Chrome-tillägg utvecklad av https://proficonf.com, och dess huvudfunktion är "Simple extension that allows to stream desktop with proficonf.com".
Tilläggsskärmbilder
Ladda ner Proficonf screen sharing-förlängningens CRX-fil
Ladda ner Proficonf screen sharing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | jhflfpbpmmmafddiaajdipeibfnddcaa |
Officiell webbadress | https://chromewebstore.google.com/detail/proficonf-screen-sharing/jhflfpbpmmmafddiaajdipeibfnddcaa |
Beskrivning | Simple extension that allows to stream desktop with proficonf.com |
Filstorlek | 11 KB |
Antal Installationer | 228 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2018-03-21 |
Publiceringsdatum | 2018-03-21 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://proficonf.com |
Betalningssätt | free |
Tilläggswebbplats | https://proficonf.com |
Stödda Språk | 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\/*" ] } } |