ConnectUs Screen Capture
This extension allows ConnectUs WebRTC connections to use the screen as a video source.
ConnectUs Screen Capture là gì?
ConnectUs Screen Capture là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This extension allows ConnectUs WebRTC connections to use the screen as a video source.".
Ả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 ConnectUs Screen Capture
Tải xuống các tệp mở rộng ConnectUs Screen Capture 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 WebRTC connections to use the screen as a video source.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ConnectUs Screen Capture |
ID | bjgaeafjccihokdokhidiphjimncmkcj |
URL Chính Thức | https://chromewebstore.google.com/detail/connectus-screen-capture/bjgaeafjccihokdokhidiphjimncmkcj |
Mô tả | This extension allows ConnectUs WebRTC connections to use the screen as a video source. |
Kích Thước Tệp | 375 KB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 3.0.0 |
Cập Nhật Lần Cuối | 2017-06-23 |
Ngày Phát Hành | 2017-06-23 |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ConnectUs Screen Capture", "version": "3.0.0", "description": "This extension allows ConnectUs WebRTC connections to use the screen as a video source.", "icons": { "16": "ic-16.png", "32": "ic-32.png", "48": "ic-48.png", "128": "ic-128.png" }, "author": "ConnectUs", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "*:\/\/*\/*" ] } ], "homepage_url": "http:\/\/connectuscom.com\/", "minimum_chrome_version": "34", "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "ic-16.png", "ic-32.png", "ic-48.png", "ic-128.png" ] } |