RCI Screen Recorder
tabs
What is RCI Screen Recorder?
RCI Screen Recorder is a Chrome extension developed by https://rcilivestream.com, and its main feature is "tabs".
Extension Screenshots
Download RCI Screen Recorder Extension CRX File
Download RCI Screen Recorder 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
Recording Screen With audio by RCILiveStream allows you to share your screen or a specific application during a RCILiveStream call. You will be able to share with all participants regardless of the browser the participants are using. The service is fully secure and you are always in control of what is shared and when it is shared.
Extension Basic Information
Name | RCI Screen Recorder |
ID | bmhhacalkkoijadlfkcmdbgjppaaaihc |
Official URL | https://chromewebstore.google.com/detail/rci-screen-recorder/bmhhacalkkoijadlfkcmdbgjppaaaihc |
Description | tabs |
File Size | 7.59 KB |
Installation Count | 120 |
Current Version | 10.1 |
Last Updated | 2019-04-16 |
Publish Date | 2019-04-15 |
Rating | 3.00/5 Total 1 Ratings |
Developer | https://rcilivestream.com |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RCI Screen Recorder", "author": "Grypp", "version": "10.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "tabs", "homepage_url": "https:\/\/gryppcorp.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*.rcilivestream.com\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |