Spreed.ME screen sharing
This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.
Spreed.ME screen sharingคืออะไร?
Spreed.ME screen sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://spreed.me และคุณลักษณะหลักของมันคือ "This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spreed.ME screen sharing
ดาวน์โหลดไฟล์ส่วนขยาย Spreed.ME screen sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows screen sharing with selection for single windows and screen for the Spreed.ME and Spreed WebRTC web client.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Spreed.ME screen sharing |
ID | labcnlicceloglidikcjbfglhnjibcbd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/spreedme-screen-sharing/labcnlicceloglidikcjbfglhnjibcbd |
คำอธิบาย | This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers. |
ขนาดไฟล์ | 26.15 KB |
จำนวนการติดตั้ง | 2,362 |
เวอร์ชันปัจจุบัน | 0.2.1 |
อัปเดตครั้งล่าสุด | 2015-02-12 |
วันที่เผยแพร่ | 2015-02-12 |
คะแนน | 4.70/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | https://spreed.me |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.struktur.de/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "struktur AG", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "detector.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "description": "This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.", "icons": { "128": "logo-128x128.png", "16": "logo-16x16.png", "32": "logo-32x32.png", "48": "logo-48x48.png", "512": "logo-512x512.png" }, "manifest_version": 2, "minimum_chrome_version": "33", "name": "Spreed.ME screen sharing", "permissions": [ "tabs", "desktopCapture", "http:\/\/*\/*", "https:\/\/*\/*" ], "short_name": "Spreed.ME screen sharing", "version": "0.2.1" } |