VISITLEAD Screensharing
Share Desktop Applications, Websites, Slides, Videos ... across Windows, MacOS, iOS and Android - to 1 or more viewers
VISITLEAD Screensharing là gì?
VISITLEAD Screensharing là một tiện ích mở rộng Chrome được phát triển bởi http://visitlead.com, và tính năng chính của nó là "Share Desktop Applications, Websites, Slides, Videos ... across Windows, MacOS, iOS and Android - to 1 or more viewers".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng VISITLEAD Screensharing
Tải xuống các tệp mở rộng VISITLEAD Screensharing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bpmiojlbhbleaobkbmelopmieodnkjjd |
URL Chính Thức | https://chrome.google.com/webstore/detail/visitlead-screensharing/bpmiojlbhbleaobkbmelopmieodnkjjd |
Mô tả | Share Desktop Applications, Websites, Slides, Videos ... across Windows, MacOS, iOS and Android - to 1 or more viewers |
Kích Thước Tệp | 33.86 KB |
Số Lần Cài Đặt | 48 |
Phiên Bản Hiện Tại | 2.0.3 |
Cập Nhật Lần Cuối | 2020-04-19 |
Ngày Phát Hành | 2020-04-19 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | http://visitlead.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://visitlead.com |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } } |