Redback Screensharing
The Redback Screensharing extension allows you to share your screen when you're using the Redback app
Co je Redback Screensharing?
Redback Screensharing je rozšíření Chrome vyvinuté vishnu.n, a jeho hlavní funkcí je „The Redback Screensharing extension allows you to share your screen when you're using the Redback app“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Redback Screensharing
Stáhněte si soubory rozšíření Redback Screensharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | igipgpajcndaenenjoiaohkhapianjmh |
Oficiální URL | https://chrome.google.com/webstore/detail/redback-screensharing/igipgpajcndaenenjoiaohkhapianjmh |
Popis | The Redback Screensharing extension allows you to share your screen when you're using the Redback app |
Velikost souboru | 8.13 KB |
Počet instalací | 113 |
Aktuální Verze | 3.7.2 |
Poslední Aktualizace | 2019-09-16 |
Datum Vydání | 2019-09-16 |
Hodnocení | 4.50/5 Celkem 2 Hodnocení |
Vývojář | vishnu.n |
Typ Platby | free |
Podporované Jazyky | 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" ] } |