CollStack Screen Capture
This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!
What is CollStack Screen Capture?
CollStack Screen Capture is a Chrome extension developed by https://collstack.io, and its main feature is "This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!".
Extension Screenshots
Download CollStack Screen Capture Extension CRX File
Download CollStack Screen Capture extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | CollStack Screen Capture |
ID | glfoinmelidkjeechjicoidcgbkiadco |
Official URL | https://chromewebstore.google.com/detail/collstack-screen-capture/glfoinmelidkjeechjicoidcgbkiadco |
Description | This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js! |
File Size | 5.74 KB |
Installation Count | 18 |
Current Version | 3.4 |
Last Updated | 2018-01-23 |
Publish Date | 2017-12-28 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://collstack.io |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |