VISITLEAD Screensharing
Share Desktop Applications, Websites, Slides, Videos ... across Windows, MacOS, iOS and Android - to 1 or more viewers
Τι είναι το VISITLEAD Screensharing;
Το VISITLEAD Screensharing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://visitlead.com, και η κύρια λειτουργία του είναι "Share Desktop Applications, Websites, Slides, Videos ... across Windows, MacOS, iOS and Android - to 1 or more viewers".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης VISITLEAD Screensharing
Λήψη αρχείων επέκτασης VISITLEAD Screensharing σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
VISITLEAD Screensharing - the easiest way to share your screen. Share your Browser, Desktop Applications, Websites, Slides, Powerpoints ... across Windows, Apple, iOS and Android - to 1 or more viewers (they have no software to install!) in full HD resolution. Perfect for sales and service. Maximum advantage in connection with the other VISITLEAD features like Monitoring and (Video) LiveChat. More: https://VISITLEAD.com/features Share your Screen - it´s free!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | bpmiojlbhbleaobkbmelopmieodnkjjd |
Επίσημο URL | https://chrome.google.com/webstore/detail/visitlead-screensharing/bpmiojlbhbleaobkbmelopmieodnkjjd |
Περιγραφή | Share Desktop Applications, Websites, Slides, Videos ... across Windows, MacOS, iOS and Android - to 1 or more viewers |
Μέγεθος Αρχείου | 33.86 KB |
Αριθμός Εγκαταστάσεων | 48 |
Τρέχουσα Έκδοση | 2.0.3 |
Τελευταία Ενημέρωση | 2020-04-19 |
Ημερομηνία Δημοσίευσης | 2020-04-19 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | http://visitlead.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://visitlead.com |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "Screenshare", "version": "2.0.3", "manifest_version": 2, "description": "__MSG_appDescription__", "homepage_url": "https:\/\/VISITLEAD.com", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/webrtc.js", "scripts\/index.js" ] }, "browser_action": { "default_icon": "images\/icon-22.png", "default_title": "Screensharing", "default_popup": "popup.html" }, "permissions": [ "desktopCapture", "storage" ], "web_accessible_resources": [ "images\/icon-48.png" ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/app.visitlead.com\/*", "*:\/\/stream.visitlead.com\/*", "*:\/\/app.visitlead.local\/*" ] } } |