talkroom screen sharing
Share full-screen or specific application's screen on any HTTPs domain!
talkroom screen sharingคืออะไร?
talkroom screen sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Share full-screen or specific application's screen on any HTTPs domain!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย talkroom screen sharing
ดาวน์โหลดไฟล์ส่วนขยาย talkroom screen sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Share the screen on our conferencing platform with the people connected on room. Sharing your screen helps in many ways and we are sure you will have your own usecase in which you will get benefited by screen sharing. In order to keep it secure and safe for you, its required to install a authenticated extention in your browser. This extension lets you share your screen with other participants, and that is the only purpose of this extention. To share your screen supported by this extention, you will need to - Select process/window to share from your computer - If you want to share and show everything happening on your computer, select Entire Screen
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | talkroom screen sharing |
ID | bacdhkkjdbghahbhopkgfijligodechn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/talkroom-screen-sharing/bacdhkkjdbghahbhopkgfijligodechn |
คำอธิบาย | Share full-screen or specific application's screen on any HTTPs domain! |
ขนาดไฟล์ | 10.22 KB |
จำนวนการติดตั้ง | 92 |
เวอร์ชันปัจจุบัน | 0.0.0.3 |
อัปเดตครั้งล่าสุด | 2018-01-25 |
วันที่เผยแพร่ | 2018-01-25 |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://talkroom.io |
URL หน้าช่วยเหลือ | https://talkroom.io |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "talkroom screen sharing", "author": "Galaxy Weblinks", "version": "0.0.0.3", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Share full-screen or specific application's screen on any HTTPs domain!", "homepage_url": "https:\/\/talkroom.io", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/talkroom.io\/*", "https:\/\/blumblum15.galaxysofttech.co.in\/*" ] } ], "icons": { "128": "icon.png" }, "permissions": [ "desktopCapture", "tabs" ], "web_accessible_resources": [ "icon.png" ] } |