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\/*" ] } } |