Yondo Screen Sharing

This extension allows a user of Yondo to share their screen during a live video call.

Qu'est-ce que Yondo Screen Sharing ?

Yondo Screen Sharing est une extension Chrome développée par https://yondo.com, et sa fonction principale est "This extension allows a user of Yondo to share their screen during a live video call.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Yondo Screen Sharing

Téléchargez les fichiers d'extension Yondo Screen Sharing 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

                        This extension allows a user of Yondo to share their screen during a live video call and webinars.
Yondo gives you the ability to show any content to your audience. You can choose whether to share your entire screen or only a single window. You are able to perform screen sharing in both the webinar and 1-to-1 live video sessions.
In order to use the screen sharing functionality in Yondo on Google Chrome, you will need to download this extension to enable this functionality. This way Google Chrome will permit sharing your screen.
If your customers also need to share their screens during your online sessions, please let them know they will need this extension and have them install the extension prior to the session to prevent any disruptions during your Yondo Live 1-to-1 and webinars calls.                    

Informations de Base sur l'Extension

Nom Yondo Screen Sharing Yondo Screen Sharing
ID knhanngfnlfeflfklpmldgffmhbdbdef
URL Officiel https://chromewebstore.google.com/detail/yondo-screen-sharing/knhanngfnlfeflfklpmldgffmhbdbdef
Description This extension allows a user of Yondo to share their screen during a live video call.
Taille du Fichier 9.48 KB
Nombre d'Installations 132
Version Actuelle 0.3
Dernière Mise à Jour 2022-05-24
Date de Publication 2015-12-10
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://yondo.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.yondo.com
URL de la Page d'Aide https://support.yondo.com
URL de la Page de Politique de Confidentialité http://legal.yondo.com/privacypolicy.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yondo Screen Sharing",
    "short_name": "Screen Share",
    "author": "Yondo Pty Ltd",
    "version": "0.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This extension allows a user of Yondo to share their screen during a live video call.",
    "homepage_url": "http:\/\/www.yondo.com",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}