YouNeed Screen Sharing

This WebRTC screen capturing extension can be used with YouNeed platform

Cos'è YouNeed Screen Sharing?

YouNeed Screen Sharing è un'estensione di Chrome sviluppata da YouNeed®, e la sua funzione principale è "This WebRTC screen capturing extension can be used with YouNeed platform".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione YouNeed Screen Sharing

Scarica i file di estensione YouNeed Screen Sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome YouNeed Screen Sharing YouNeed Screen Sharing
ID hmkcpajkidhbjcjfpnohokkhgdmfecpl
URL Ufficiale https://chrome.google.com/webstore/detail/youneed-screen-sharing/hmkcpajkidhbjcjfpnohokkhgdmfecpl
Descrizione This WebRTC screen capturing extension can be used with YouNeed platform
Dimensione del File 9.88 KB
Conteggio Installazioni 170
Versione Corrente 1.0.3
Ultimo Aggiornamento 2021-10-19
Data di Pubblicazione 2018-04-10
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore YouNeed®
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://youneed.it
URL della Pagina della Politica sulla Privacy https://www.ambrogio.com/policy/policy-privacy.html
Lingue Supportate 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"
    ]
}