Unify Screen Capture
This extension allows Unify WebRTC connections to use the screen as a video source.
Unify Screen Capture là gì?
Unify Screen Capture là một tiện ích mở rộng Chrome được phát triển bởi https://www.unify.com, và tính năng chính của nó là "This extension allows Unify 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 Unify Screen Capture
Tải xuống các tệp mở rộng Unify 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 Unify 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 | Unify Screen Capture |
ID | habmbajnacidcciecdkkablilolhkopd |
URL Chính Thức | https://chromewebstore.google.com/detail/unify-screen-capture/habmbajnacidcciecdkkablilolhkopd |
Mô tả | This extension allows Unify WebRTC connections to use the screen as a video source. |
Kích Thước Tệp | 7.63 KB |
Số Lần Cài Đặt | 43 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2023-12-05 |
Ngày Phát Hành | 2019-05-28 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://www.unify.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://unify.com/en/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unify Screen Capture", "version": "1.0.0", "description": "This extension allows Unify WebRTC connections to use the screen as a video source.", "icons": { "16": "screencapture_16.png", "32": "screencapture_32.png", "48": "screencapture_48.png", "128": "screencapture_128.png" }, "author": "Unify Communications and Collaboration GmbH & Co. KG", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "*:\/\/*\/*" ] } ], "homepage_url": "https:\/\/www.unify.com", "minimum_chrome_version": "34", "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "screencapture_16.png", "screencapture_32.png", "screencapture_48.png", "screencapture_128.png" ] } |