Redback Screensharing

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

Qu'est-ce que Redback Screensharing ?

Redback Screensharing est une extension Chrome développée par vishnu.n, et sa fonction principale est "The Redback Screensharing extension allows you to share your screen when you're using the Redback app".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Redback Screensharing

Téléchargez les fichiers d'extension Redback Screensharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Redback Screensharing Redback Screensharing
ID igipgpajcndaenenjoiaohkhapianjmh
URL Officiel 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
Taille du Fichier 8.13 KB
Nombre d'Installations 113
Version Actuelle 3.7.2
Dernière Mise à Jour 2019-09-16
Date de Publication 2019-09-16
Évaluation 4.50/5 Total 2 Évaluations
Développeur vishnu.n
Type de Paiement free
Langues Prises en Charge 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"
    ]
}