CollStack Screen Capture
This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!
CollStack Screen Capture là gì?
CollStack Screen Capture là một tiện ích mở rộng Chrome được phát triển bởi https://collstack.io, và tính năng chính của nó là "This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!".
Ả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 CollStack Screen Capture
Tải xuống các tệp mở rộng CollStack 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
The Screen Capture extension is designed for CollStack product. CollStack is a collaboration tool. Installing this extension will enable screen capture functionality and users can view each other screen during the video call.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CollStack Screen Capture |
ID | glfoinmelidkjeechjicoidcgbkiadco |
URL Chính Thức | https://chromewebstore.google.com/detail/collstack-screen-capture/glfoinmelidkjeechjicoidcgbkiadco |
Mô tả | This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js! |
Kích Thước Tệp | 5.74 KB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 3.4 |
Cập Nhật Lần Cuối | 2018-01-23 |
Ngày Phát Hành | 2017-12-28 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://collstack.io |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CollStack Screen Capture", "author": "Farrukh Aslam", "version": "3.4", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This WebRTC screen capturing extension can be used within any WebRTC library\/application! Use getScreenId.js!", "homepage_url": "https:\/\/collstack.io", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/collstack.io\/*", "https:\/\/collstack.io:9001\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |