Redback Screensharing
The Redback Screensharing extension allows you to share your screen when you're using the Redback app
What is Redback Screensharing?
Redback Screensharing is a Chrome extension developed by vishnu.n, and its main feature is "The Redback Screensharing extension allows you to share your screen when you're using the Redback app".
Extension Screenshots
Download Redback Screensharing Extension CRX File
Download Redback Screensharing 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 Redback Screensharing extension allows you to share your screen when you're in a meeting using the Redback web app. Offers the ability to share an entire screen or choose an application
Extension Basic Information
Name | |
ID | igipgpajcndaenenjoiaohkhapianjmh |
Official URL | https://chrome.google.com/webstore/detail/redback-screensharing/igipgpajcndaenenjoiaohkhapianjmh |
Description | The Redback Screensharing extension allows you to share your screen when you're using the Redback app |
File Size | 8.13 KB |
Installation Count | 113 |
Current Version | 3.7.2 |
Last Updated | 2019-09-16 |
Publish Date | 2019-09-16 |
Rating | 4.50/5 Total 2 Ratings |
Developer | vishnu.n |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Redback Screensharing", "author": "EnfinTechnologies", "version": "3.7.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "The Redback Screensharing extension allows you to share your screen when you're using the Redback app", "homepage_url": "https:\/\/redbackconferencing.com.au\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "http:\/\/localhost:4200\/*", "http:\/\/teleweb.rdbk.com.au\/web\/*", "https:\/\/teleweb.rdbk.com.au\/web\/*", "https:\/\/stagingteleweb.rdbk.com.au\/web\/*", "https:\/\/stagingwebconnect.rdbk.com.au\/web\/*", "https:\/\/webconnect.rdbk.com.au\/web\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |