Spreed.ME screen sharing
This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.
Spreed.ME screen sharing là gì?
Spreed.ME screen sharing là một tiện ích mở rộng Chrome được phát triển bởi https://spreed.me, và tính năng chính của nó là "This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Spreed.ME screen sharing
Tải xuống các tệp mở rộng Spreed.ME screen sharing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension allows screen sharing with selection for single windows and screen for the Spreed.ME and Spreed WebRTC web client.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Spreed.ME screen sharing |
ID | labcnlicceloglidikcjbfglhnjibcbd |
URL Chính Thức | https://chromewebstore.google.com/detail/spreedme-screen-sharing/labcnlicceloglidikcjbfglhnjibcbd |
Mô tả | This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers. |
Kích Thước Tệp | 26.15 KB |
Số Lần Cài Đặt | 2,362 |
Phiên Bản Hiện Tại | 0.2.1 |
Cập Nhật Lần Cuối | 2015-02-12 |
Ngày Phát Hành | 2015-02-12 |
Đánh Giá | 4.70/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | https://spreed.me |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.struktur.de/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |