VISITLEAD Screensharing
Share Desktop Applications, Websites, Slides, Videos ... across Windows, MacOS, iOS and Android - to 1 or more viewers
Wat is VISITLEAD Screensharing?
VISITLEAD Screensharing is een Chrome-extensie ontwikkeld door http://visitlead.com, en de belangrijkste functie is "Share Desktop Applications, Websites, Slides, Videos ... across Windows, MacOS, iOS and Android - to 1 or more viewers".
Extensie Screenshots
Download het CRX-bestand van de extensie VISITLEAD Screensharing
Download VISITLEAD Screensharing-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
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!
Basisinformatie over de Extensie
Naam | |
ID | bpmiojlbhbleaobkbmelopmieodnkjjd |
Officiële URL | https://chrome.google.com/webstore/detail/visitlead-screensharing/bpmiojlbhbleaobkbmelopmieodnkjjd |
Beschrijving | Share Desktop Applications, Websites, Slides, Videos ... across Windows, MacOS, iOS and Android - to 1 or more viewers |
Bestandsgrootte | 33.86 KB |
Aantal Installaties | 48 |
Huidige Versie | 2.0.3 |
Laatst Bijgewerkt | 2020-04-19 |
Publicatiedatum | 2020-04-19 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://visitlead.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://visitlead.com |
Ondersteunde Talen | 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\/*" ] } } |