YouNeed Screen Sharing

This WebRTC screen capturing extension can be used with YouNeed platform

Qu'est-ce que YouNeed Screen Sharing ?

YouNeed Screen Sharing est une extension Chrome développée par YouNeed®, et sa fonction principale est "This WebRTC screen capturing extension can be used with YouNeed platform".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

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

                        While you're in a YouNeed® videocall, share instantly the screen of your computer with other participants to show documents, pictures and any other file.                    

Informations de Base sur l'Extension

Nom YouNeed Screen Sharing YouNeed Screen Sharing
ID hmkcpajkidhbjcjfpnohokkhgdmfecpl
URL Officiel https://chrome.google.com/webstore/detail/youneed-screen-sharing/hmkcpajkidhbjcjfpnohokkhgdmfecpl
Description This WebRTC screen capturing extension can be used with YouNeed platform
Taille du Fichier 9.88 KB
Nombre d'Installations 170
Version Actuelle 1.0.3
Dernière Mise à Jour 2021-10-19
Date de Publication 2018-04-10
Évaluation 5.00/5 Total 1 Évaluations
Développeur YouNeed®
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://youneed.it
URL de la Page de Politique de Confidentialité https://www.ambrogio.com/policy/policy-privacy.html
Langues Prises en Charge it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouNeed Screen Sharing",
    "short_name": "YNsharing",
    "author": "Ambrogio srl",
    "version": "1.0.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This WebRTC screen capturing extension can be used with YouNeed platform",
    "homepage_url": "https:\/\/web.youneed.it\/",
    "background": {
        "scripts": [
            "background-script.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.web.youneed.it\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs",
        "https:\/\/*.web.youneed.it\/*"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}