YouNeed Screen Sharing
This WebRTC screen capturing extension can be used with YouNeed platform
YouNeed Screen Sharingคืออะไร?
YouNeed Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย YouNeed® และคุณลักษณะหลักของมันคือ "This WebRTC screen capturing extension can be used with YouNeed platform"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouNeed Screen Sharing
ดาวน์โหลดไฟล์ส่วนขยาย YouNeed Screen Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
While you're in a YouNeed® videocall, share instantly the screen of your computer with other participants to show documents, pictures and any other file.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hmkcpajkidhbjcjfpnohokkhgdmfecpl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/youneed-screen-sharing/hmkcpajkidhbjcjfpnohokkhgdmfecpl |
คำอธิบาย | This WebRTC screen capturing extension can be used with YouNeed platform |
ขนาดไฟล์ | 9.88 KB |
จำนวนการติดตั้ง | 170 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2021-10-19 |
วันที่เผยแพร่ | 2018-04-10 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | YouNeed® |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://youneed.it |
URL หน้านโยบายความเป็นส่วนตัว | https://www.ambrogio.com/policy/policy-privacy.html |
ภาษาที่รองรับ | it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouNeed Screen Sharing", "short_name": "YNsharing", "author": "Ambrogio srl", "version": "1.0.3", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This WebRTC screen capturing extension can be used with YouNeed platform", "homepage_url": "https:\/\/web.youneed.it\/", "background": { "scripts": [ "background-script.js" ] }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*.web.youneed.it\/*" ] } ], "icons": { "48": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "desktopCapture", "tabs", "https:\/\/*.web.youneed.it\/*" ], "web_accessible_resources": [ "icon.png" ] } |