YouNeed Screen Sharing

This WebRTC screen capturing extension can be used with YouNeed platform

Wat is YouNeed Screen Sharing?

YouNeed Screen Sharing is een Chrome-extensie ontwikkeld door YouNeed®, en de belangrijkste functie is "This WebRTC screen capturing extension can be used with YouNeed platform".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie YouNeed Screen Sharing

Download YouNeed Screen Sharing-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

                        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.                    

Basisinformatie over de Extensie

Naam YouNeed Screen Sharing YouNeed Screen Sharing
ID hmkcpajkidhbjcjfpnohokkhgdmfecpl
Officiële URL https://chrome.google.com/webstore/detail/youneed-screen-sharing/hmkcpajkidhbjcjfpnohokkhgdmfecpl
Beschrijving This WebRTC screen capturing extension can be used with YouNeed platform
Bestandsgrootte 9.88 KB
Aantal Installaties 170
Huidige Versie 1.0.3
Laatst Bijgewerkt 2021-10-19
Publicatiedatum 2018-04-10
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar YouNeed®
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://youneed.it
URL van de Privacybeleid Pagina https://www.ambrogio.com/policy/policy-privacy.html
Ondersteunde Talen 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"
    ]
}