ZipSocket Screen Sharing Extension
Chrome extension for enabling screen sharing
ZipSocket Screen Sharing Extensionคืออะไร?
ZipSocket Screen Sharing Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zipsocket.com และคุณลักษณะหลักของมันคือ "Chrome extension for enabling screen sharing"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ZipSocket Screen Sharing Extension
ดาวน์โหลดไฟล์ส่วนขยาย ZipSocket Screen Sharing Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With this free screen sharing extension, you can share your desktop, window, or tab at ZipSocket.com. ZipSocket is the easiest way to share content with customers while on the phone or in the same room. No accounts, downloads, or logins. By listening to the voices and sounds in the conversation, we can determine that participants are in the same meeting. * Tell all participants of the conversation to go to ZipSocket.com and click on our logo to connect. * Enter your name to introduce yourself. * Pick the content to share in the “Meeting Content” area: select “Website” and enter a URL to share a web page, or select “Screen” and click on “Monitor”, “Window”, or “Chrome Tab” to share your screen. You can control which content is presented in the meeting content area. Now, you can make sure everyone is on the same page. Working with customers, clients, or teams is even easier. .
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ZipSocket Screen Sharing Extension |
ID | jdibiihpgpipfpjncbkabgecfemnbmol |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/zipsocket-screen-sharing/jdibiihpgpipfpjncbkabgecfemnbmol |
คำอธิบาย | Chrome extension for enabling screen sharing |
ขนาดไฟล์ | 11.16 KB |
จำนวนการติดตั้ง | 27 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-08-08 |
วันที่เผยแพร่ | 2017-08-08 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://zipsocket.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://zipsocket.com/howto |
URL หน้าช่วยเหลือ | https://zipsocket.com/faq |
URL หน้านโยบายความเป็นส่วนตัว | https://zipsocket.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ZipSocket Screen Sharing Extension", "short_name": "ZS Screen Share", "description": "Chrome extension for enabling screen sharing", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "45", "homepage_url": "https:\/\/zipsocket.com\/", "icons": { "16": "zsIcon16.png", "32": "zsIcon32.png", "48": "zsIcon48.png", "128": "zsIcon128.png" }, "permissions": [ "desktopCapture", "https:\/\/zipsocket.com\/*" ], "background": { "scripts": [ "background.min.js" ], "matches": [ "https:\/\/zipsocket.com\/*", "http:\/\/localhost\/*" ] }, "externally_connectable": { "matches": [ "https:\/\/zipsocket.com\/*", "http:\/\/localhost\/*" ] } } |