Redback Screensharing

The Redback Screensharing extension allows you to share your screen when you're using the Redback app

Wat is Redback Screensharing?

Redback Screensharing is een Chrome-extensie ontwikkeld door vishnu.n, en de belangrijkste functie is "The Redback Screensharing extension allows you to share your screen when you're using the Redback app".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Redback Screensharing

Download Redback Screensharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Redback Screensharing Redback Screensharing
ID igipgpajcndaenenjoiaohkhapianjmh
Officiële URL https://chrome.google.com/webstore/detail/redback-screensharing/igipgpajcndaenenjoiaohkhapianjmh
Beschrijving The Redback Screensharing extension allows you to share your screen when you're using the Redback app
Bestandsgrootte 8.13 KB
Aantal Installaties 113
Huidige Versie 3.7.2
Laatst Bijgewerkt 2019-09-16
Publicatiedatum 2019-09-16
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar vishnu.n
Betalingswijze free
Ondersteunde Talen 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"
    ]
}