YouNeed Screen Sharing

This WebRTC screen capturing extension can be used with YouNeed platform

Co to jest YouNeed Screen Sharing?

YouNeed Screen Sharing to rozszerzenie Chrome opracowane przez YouNeed®, a jego główną funkcją jest „This WebRTC screen capturing extension can be used with YouNeed platform”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia YouNeed Screen Sharing

Pobierz pliki rozszerzeń YouNeed Screen Sharing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa YouNeed Screen Sharing YouNeed Screen Sharing
ID hmkcpajkidhbjcjfpnohokkhgdmfecpl
Oficjalny URL https://chrome.google.com/webstore/detail/youneed-screen-sharing/hmkcpajkidhbjcjfpnohokkhgdmfecpl
Opis This WebRTC screen capturing extension can be used with YouNeed platform
Rozmiar pliku 9.88 KB
Liczba instalacji 170
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2021-10-19
Data Publikacji 2018-04-10
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper YouNeed®
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://youneed.it
Adres URL Strony Polityki Prywatności https://www.ambrogio.com/policy/policy-privacy.html
Obsługiwane Języki 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"
    ]
}