Proficonf screen sharing
Simple extension that allows to stream desktop with proficonf.com
Τι είναι το Proficonf screen sharing;
Το Proficonf screen sharing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://proficonf.com, και η κύρια λειτουργία του είναι "Simple extension that allows to stream desktop with proficonf.com".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Proficonf screen sharing
Λήψη αρχείων επέκτασης Proficonf screen sharing σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | jhflfpbpmmmafddiaajdipeibfnddcaa |
Επίσημο URL | https://chromewebstore.google.com/detail/proficonf-screen-sharing/jhflfpbpmmmafddiaajdipeibfnddcaa |
Περιγραφή | Simple extension that allows to stream desktop with proficonf.com |
Μέγεθος Αρχείου | 11 KB |
Αριθμός Εγκαταστάσεων | 228 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2018-03-21 |
Ημερομηνία Δημοσίευσης | 2018-03-21 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://proficonf.com |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://proficonf.com |
Υποστηριζόμενες Γλώσσες | 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\/*" ] } } |